RandomLuaScripter

[ROBLOX] First Person Mode

Feb 8th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. -- WARNING: Be sure to make this a Script and place it in Workspace if you want it to work!
  2.  
  3. game.Players.PlayerAdded:connect(function(p)
  4.     wait(0)
  5.     p.CameraMaxZoomDistance = 1
  6. end)
Add Comment
Please, Sign In to add comment