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

How to get the death effect in The Mad Murderer?

Asked by 10 years ago

Where you stay in first person when you die.

0
Set the player's CameraMode to Enum.CameraMode.LockFirstPerson when they die, and set it back to  Enum.CameraMode.Classic when they respawn. 2eggnog 981 — 10y
0
Alright, thanks. And I realize this is not a request site, but I had no clue how to do it. TheRings0fSaturn 28 — 10y

1 answer

Log in to vote
0
Answered by
Xetrax 85
10 years ago

You have to set an onDied() function that shifts the camera subject to the player's head, and makes the camera mode "lockfirstperson"; loleris might be able to answer this in more depth, or someone who has engineered their own version of the script.

0
Or just do what 2eggnog said... Xetrax 85 — 10y
Ad

Answer this question