Advertisement
Runixer

Untitled

Jan 5th, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. cframe = player.Character.HumanoidRootPart.CFrame
  3. position = player.Character.HumanoidRootPart.Position
  4. workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
  5. player.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(-10000,10000),1000000000000000,math.random(-10000,10000))
  6. wait()
  7. player.Character:MoveTo(position + Vector3.new(0,1000000,0))
  8. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  9. player.Character.HumanoidRootPart:Destroy()
  10. humanoidrootpart.Parent = player.Character
  11. player.Character:MoveTo(position)
  12. workspace.CurrentCamera.CameraType = Enum.CameraType.Custom
  13. game:GetService("RunService").Heartbeat:Wait()
  14. player.Character.HumanoidRootPart.CFrame = cframe
  15. player.Character.Torso.Transparency = 1
  16. player.Character.Head.Transparency = 1
  17. player.Character["Left Arm"].Transparency = 1
  18. player.Character["Right Arm"].Transparency = 1
  19. player.Character["Left Leg"].Transparency = 1
  20. player.Character["Right Leg"].Transparency = 1
  21. player.Character.Humanoid:RemoveAccessories()
  22. player.Character.Head.face:Destroy()
  23. player.Character.Humanoid.Died:Wait()
  24. player.Character.HumanoidRootPart.Died:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement