How to make you always be in a free SHIFT-P roblox camera

That’s the whole question, how to make you all the time in the free camera, when entering the game, etc.
Also how to make you have the cursor on in the free camera
And lastly, is it possible to customize it somehow by changing the speed and so on?

2 Likes

Copy the screengui from the freecam and the Freecam script has function called “StartFreecam” Just call that at the bottom and remove lines 425 - 456 and rename the ScreenGui and then add this line:

game.Players.LocalPlayer.PlayerGui:WaitForChild("Freecam"):Destroy()

This Line must be added since the Freecam script gets added again

Go to Line 364 (or search MouseIcon and its the 3rd result) and remove the line

Lines 164-171 (or just search up “speed”) make you able to adjust the speed

4 Likes