Advertisement
LukeMotionz

Respawn Script

Feb 24th, 2018
13,629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local a1 = Instance.new("Model", workspace)
  2. local a2 = Instance.new("Part", a1)
  3. a2.CanCollide = true
  4. a2.Anchored = true
  5. a2.CFrame = CFrame.new(10000, 10000, 10000)
  6. a2.Name = "Torso"
  7. local a3 = Instance.new("Humanoid", a1)
  8. a3.MaxHealth=100;a3.Health=100
  9. game.Players.LocalPlayer.Character = a1
  10. a3.Health=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement