RanggaBS

FOV

Mar 21st, 2021 (edited)
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. function main()
  2.     while not SystemIsReady() or AreaIsLoading() do
  3.         Wait(0)
  4.     end
  5.     while true do
  6.         Wait(0)
  7.         local a = 120
  8.         CameraSetFOV(a)
  9.     end
  10. end
Add Comment
Please, Sign In to add comment