tcl1

ROBLOX camera manipulation

Dec 22nd, 2013
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. for i = 0, 50 do
  2. wait()
  3. game.Workspace.Camera.FieldOfView = game.Workspace.Camera.FieldOfView + 1
  4. end
  5. game.Workspace.Camera.FieldOfView = 70
Advertisement
Add Comment
Please, Sign In to add comment