01 | local plr = game.Players.LocalPlayer |
02 | local cam = game.workspace.CurrentCamera |
03 | local chr = nil |
04 |
05 |
06 | chr = character |
07 | plr.CameraMode = 1 |
08 |
09 | while false do |
10 | wait() |
11 | cam.CameraType = 0 |
12 | cam.CoordinateFrame = CFrame.new ( 200 , 10 , 0 ) |
13 | cam.Focus = CFrame.new ( 200 , 7 , 500 ) |
14 | cam.FieldOfView = 20 |
15 | end |
When I do this, and enter the cursor is constantly bouncing around. Is there anyway I can fix this?
I'm new to this, so I have no idea how that Lua button works.