Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

A pad that respawn you?

Asked by 6 years ago
Edited 6 years ago

Any idea how to make one? I need a part that respawns you when you touched it

0
"need" is a strong word smh fr GingeyLol 338 — 6y

1 answer

Log in to vote
1
Answered by
JellyYn 70
6 years ago

Please, don't do requests. I will give you a base to go off of the script(I think this is what you mean)

dead = 0
script.Parent.Touched:Connect(function(h)
    if h and h.Parent and h.Parent:WaitForChild("Humanoid") then
        health = dead
    end
end)

This is not a full script to respawn someone. the health = dead part is for you to edit. Next, time, try and find out how to do it, instead of asking for someone to make you a script for free.

Ad

Answer this question