Do you get the "Try Harder Text Time" reference? 🤔🤔🤔 Edit: Here is a quick addition to make the background blurred if you want to do that: th-cam.com/video/i9y0uk4txT4/w-d-xo.htmlsi=dBjjtvUFI4UuVCUb
LocalPlayer.CharacterAdded:Connect(function(Character) local Humanoid = Character:WaitForChild("Humanoid") Humanoid.Died:Connect(onPlayerDeath) end) you need to set humanoid on a characteradded because the humanoid changes every time the player respawns. Otherwise the death screen effect will not work for subsequent deaths after the first one.
@@snowyalpines6811 Usually you have to do that, however if you put your local script under the startergui, it will be recreated every time the player dies. This eliminates the need to set the humanoid on character added.
Do you get the "Try Harder Text Time" reference? 🤔🤔🤔
Edit: Here is a quick addition to make the background blurred if you want to do that: th-cam.com/video/i9y0uk4txT4/w-d-xo.htmlsi=dBjjtvUFI4UuVCUb
Idk bro i just wanna make that death screen
Best scripting tutorial TH-camr ever ❤
Thank you!
@ your welcome +1 sub
I literally put one of the death messages to "Top 5 Deaths, Number 5.
Wow
I thought we just put the function's name (OnPlayerDeath) after the connect instead of making another function ?
You could do that too!
LocalPlayer.CharacterAdded:Connect(function(Character)
local Humanoid = Character:WaitForChild("Humanoid")
Humanoid.Died:Connect(onPlayerDeath)
end)
you need to set humanoid on a characteradded because the humanoid changes every time the player respawns. Otherwise the death screen effect will not work for subsequent deaths after the first one.
@@snowyalpines6811 Usually you have to do that, however if you put your local script under the startergui, it will be recreated every time the player dies. This eliminates the need to set the humanoid on character added.
@@onfirerobloxscripting oh is that with reset gui off in properties
@ no, it's just a built in property in startgui
For mobile the message is on the side, it works great on pc tho
There is a plugin that can help fix that. Check out my latest tutorial for how to use it
@ okay thank you very much
It didn't work
Uhm.. Can you make the screen Blur, So it can be more realstic..?
Sure! I could probably push out a quick extension tutorial to this.
@ thanks!
@@Whi4te th-cam.com/video/i9y0uk4txT4/w-d-xo.htmlsi=iYEA9LsQ3BwXw6a6 Enjoy!