Death screen

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Oh you actually need randomsk

Or with exertsk it's:
code_language.skript:
force respawn player
If you want to do it without addons you can do this:
code_language.skript:
on damage:
    if (final damage/2) is greater than player's health: #you need to divide final damage by 2 because it counts by half hearts while player's health counts by full hearts
        cancel event
        make player execute command "/spawn"
 
Oh you actually need randomsk

Or with exertsk it's:
code_language.skript:
force respawn player
If you want to do it without addons you can do this:
code_language.skript:
on damage:
    if (final damage/2) is greater than player's health: #you need to divide final damage by 2 because it counts by half hearts while player's health counts by full hearts
        cancel event
        make player execute command "/spawn"
force respawn player works thank you so much man!
 
Status
Not open for further replies.