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

Force First Person At Spawn?

Asked by 9 years ago

repeat wait() until game.Players.LocalPlayer local p = game.Players.LocalPlayer p.CameraMode = "LockFirstPerson" end

Why does this not work? Suggestions please?

0
Please when you're writing a question use the Lua button and insert your script between the lines that look like this ~~~~~~~~~~ do not just paste them its hard to read. Prioxis 673 — 9y
0
Remove the 'end'. It is not needed. Same with the repeat loop - LocalPlayer will always exist. Perci1 4988 — 9y

Answer this question