UserGameSettings

UserGameSettings : Instance

Properties

RotationType

Enum.RotationType

Determines how the player character will rotate.

Code Samples

local UserGameSettings = UserSettings().GameSettings
UserGameSettings.RotationType = Enum.RotationType.CameraRelative

CharacterTurnRate

number

Sets how quickly the player character rotates. Adjusts the smoothness or speed of character turning.

Code Samples

local UserGameSettings = UserSettings().GameSettings
UserGameSettings.CharacterTurnRate = 200

Methods

Events

Last updated