How to make a Death Screen in Roblox Studio! (Updated)

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 21

  • @onfirerobloxscripting
    @onfirerobloxscripting  หลายเดือนก่อน +4

    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

    • @AmongCru
      @AmongCru หลายเดือนก่อน +1

      Idk bro i just wanna make that death screen

  • @Tengreen2offical
    @Tengreen2offical หลายเดือนก่อน +2

    Best scripting tutorial TH-camr ever ❤

  • @PixelEntity2928
    @PixelEntity2928 หลายเดือนก่อน +1

    I literally put one of the death messages to "Top 5 Deaths, Number 5.

  • @everybodyhatesbari
    @everybodyhatesbari หลายเดือนก่อน +1

    I thought we just put the function's name (OnPlayerDeath) after the connect instead of making another function ?

  • @snowyalpines6811
    @snowyalpines6811 29 วันที่ผ่านมา

    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.

    • @onfirerobloxscripting
      @onfirerobloxscripting  29 วันที่ผ่านมา

      @@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.

    • @snowyalpines6811
      @snowyalpines6811 28 วันที่ผ่านมา

      @@onfirerobloxscripting oh is that with reset gui off in properties

    • @onfirerobloxscripting
      @onfirerobloxscripting  28 วันที่ผ่านมา

      @ no, it's just a built in property in startgui

  • @DOCEditsz
    @DOCEditsz 16 วันที่ผ่านมา

    For mobile the message is on the side, it works great on pc tho

    • @onfirerobloxscripting
      @onfirerobloxscripting  7 วันที่ผ่านมา +1

      There is a plugin that can help fix that. Check out my latest tutorial for how to use it

    • @DOCEditsz
      @DOCEditsz 7 วันที่ผ่านมา

      @ okay thank you very much

  • @BloxyOfficial90
    @BloxyOfficial90 19 วันที่ผ่านมา

    It didn't work

  • @Whi4te
    @Whi4te หลายเดือนก่อน

    Uhm.. Can you make the screen Blur, So it can be more realstic..?

    • @onfirerobloxscripting
      @onfirerobloxscripting  หลายเดือนก่อน

      Sure! I could probably push out a quick extension tutorial to this.

    • @Whi4te
      @Whi4te หลายเดือนก่อน

      @ thanks!

    • @onfirerobloxscripting
      @onfirerobloxscripting  หลายเดือนก่อน +1

      @@Whi4te th-cam.com/video/i9y0uk4txT4/w-d-xo.htmlsi=iYEA9LsQ3BwXw6a6 Enjoy!