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

How do i Change the camera mode of 1 player when they die from locked first person to classic?

Asked by 4 years ago

``~~~~~~~~~~~~~~~~~ game.Players.LocalPlayer.CameraMode = "Classic"

~~~~~~~~~~~~~~~~~ This is the line of code i am using to try and do this but it is not working. Do i need to set the lock first person through script too? Or some kind of variable? I am also new to this site so if i do this wrong i am sorry.``

1 answer

Log in to vote
0
Answered by 4 years ago
game.Players.LocalPlayer.CameraMode = "Classic"

0
that is the code i am using in a code block idk why it didnt do it before in the question Aartizx 0 — 4y
Ad

Answer this question