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 9 years ago
local plr = game.Players.LocalPlayer
local cam = game.workspace.CurrentCamera
local chr = nil


chr = character
plr.CameraMode = 1

while false do
    wait()
    cam.CameraType = 0
    cam.CoordinateFrame = CFrame.new (200,10,0)
    cam.Focus = CFrame.new (200,7,500)
    cam.FieldOfView = 20
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.

0
That LUA failed btw lol. xNightFoxx 0 — 9y
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 — 9y
0
Thanks xNightFoxx 0 — 9y
0
Thanks xNightFoxx 0 — 9y

Answer this question