Advertisement
Noobie_on_YT

FNAFSTARTERCAM

Feb 15th, 2022
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local Camera = workspace.CurrentCamera
  2. local Views = workspace:WaitForChild("Views")
  3.  
  4. repeat wait()
  5. Camera.CameraType = Enum.CameraType.Scriptable
  6. until Camera.CameraType == Enum.CameraType.Scriptable
  7. Camera.CFrame = Views.ViewMain.CFrame -- Change to ur starter cam of the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement