Hello. I am using the new Roblox FPS template game. I want to make the mouse free when I have the gun unequipped, but I can’t seem to find a way. Please help!
Thanks!
Hello. I am using the new Roblox FPS template game. I want to make the mouse free when I have the gun unequipped, but I can’t seem to find a way. Please help!
Thanks!
This is controlled by the CameraMode
property in Player
objects. To set the initial state (ie. the state when players join a game), you can find this property in StarterPlayer
’s properties. To change during runtime (ie. while the game is active), you can just set the player’s CameraMode
, preferably with a regular script instead of a local one.