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.Prioxis673— 10y
0
Remove the 'end'. It is not needed. Same with the repeat loop - LocalPlayer will always exist.Perci14988— 10y