I need help to make a lock shift type camera that cant be turned off and will have the player in the center of the screen instead of on the left

To disable the mouse icon, you can use
game:GetService("UserInputService").MouseIconEnabled = false

This works perfectly. thanks

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