I need to change RotationType but I don’t know where to do so.
What are you talking about? What is this property for?
Rotationtype is a property of UserGameSettings.It changes the behavior of the rotation of the character with Mouselock.
local UserGameSettings = UserSettings():GetService("UserGameSettings")
UserGameSettings.RotationType = Enum.RotationType.MovementRelative --MovementRelative or CameraRelative
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.