Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to fix the cursor in First Person Mode?

Asked by 10 years ago
01local plr = game.Players.LocalPlayer
02local cam = game.workspace.CurrentCamera
03local chr = nil
04 
05 
06chr = character
07plr.CameraMode = 1
08 
09while 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
15end

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.

0
That LUA failed btw lol. xNightFoxx 0 — 10y
0
Put your code in a code block - click the little blue Lua symbol on the right and put your code between the ~~~~~~~~~~ lines with proper tabbing and spacing. Perci1 4988 — 10y
0
Thanks xNightFoxx 0 — 10y
0
Thanks xNightFoxx 0 — 10y

Answer this question