How do I change RotationType?

I need to change RotationType but I don’t know where to do so.

What are you talking about? What is this property for?


this is all i found

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

More UserGameSettings information

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.