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 |