How to remove respawn 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.
Feb 24, 2017
191
7
0
23
foroendertheth.foroactivo.com
Hi I want to do remove respawn screen but first do something like this
If I have a kill money on my server wend the victims like die and set to spectator the kill money work?
code_language.skript:
on death of a player:
    set the victim's gamemode to spectator
    wait 6 second
    set the victim's gamemode to survival
    teleport the victim's to the world's spawn
 
Last edited:
code_language.skript:
on death of a player:
    heal victim
    set the victim's gamemode to spectator
    wait 6 second
    set the victim's gamemode to survival
    teleport the victim's to the world's spawn

You need to heal the victim!

Thanks -Peivi :emoji_slight_smile:
 
Code:
on death of player:
    wait 1 tick
    force the player to respawn

you can do it with : skellett
 
Status
Not open for further replies.