of     1   

Angeroast
#227606793Thursday, November 16, 2017 3:52 PM GMT

So what I'm trying to do is just make people be teleported back in the loaded in map 7 seconds after they die. Heres my script. if game.Players.LocalPlayer.Character.Humanoid.Health >0 then wait(7) Players.LocalPlayer.Character.torso.CFrame = CFrame.new(randomspawn.Position + Vector3.new(0,2,0)) end so yeah lol pls help im lonely
BloodDragonII
#227606977Thursday, November 16, 2017 4:03 PM GMT

Why would you want ### o be greater then 0 if you want it to work when they die. that means they're still alive it should be equal to 0 as you can't really get less below that you cant be deader then dead.

    of     1