Just a simple ROBLOX GTA-style Death screen using images and transparent neon parts! Not much more to say, just plop the GUI in StarterGui and the script in ServerScriptStorage and you’re good to go!
Note:
[ol]
[li]I did not script the little message that says how you died, it just always says you committed suicide. 2lazy4me.[/li]
[li]It does NOT work if ResetPlayerGuiOnSpawn is false! Sorry. ):[/li]
[/ol]
Video demonstrating the Death Screen (Video doesn’t have sound, but it’s there!): https://vid.me/uA8c
Every time I had tested it, it never removed. I just added a check before your declaration of the camera. Also you should return the normal mouse icon on respawn also
[strike]I can’t think of a way to delete the part every time the player spawns. I could just do it at the beginning of the script but I do want it to be able to work with people who have ResetPlayerGuiOnSpawn false.
Also, i can’t seem to replace the mouse icon, so I’m just removing the part that makes it transparent.
Edit: Is there ANY way to have a CharacterAdded-like event for the LocalPlayer in a LocalScript???[/strike]
Yea, I just made it warn you if ResetPlayerGuiOnSpawn is false, it doesn’t work with it false. Otherwise, all bugs should be fixed!