of     1   

PikaPlayerGirl1
#227620802Friday, November 17, 2017 12:53 AM GMT

Anyone have and ideas on how to make a fixed camera script or a script that forever puts a person in first person. I also need a script that will make it so that the person cannot move when the press w a s d and space or any of the arrows
Voxxie
#227621018Friday, November 17, 2017 1:00 AM GMT

Hello friendo! If you'd like to force a player into a first-person view, you can set the CameraMode property of StarterPlayer to 'LockFirstPerson'. As for unbinding the default keybinds, you can use the UnbindAction function of ContextActionService to stop the player's inputs from being detected.

    of     1