I’m trying to make a code that, after 5 seconds, puts the camera in first person.
But there is a problem, because the script works correctly, but the camera is stuck. Please help me:
local player = game:GetService("Players")
local localplayer = player.LocalPlayer
wait(5)
localplayer.CameraMode = Enum.CameraMode.LockFirstPerson