Any idea how to make one? I need a part that respawns you when you touched it
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.