Advertisement
Guest User

Test2

a guest
Jul 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Hyperspace Dummy"].Head.CFrame
  2. local Count = 0
  3. while true do
  4. wait(0.0001)
  5. while Count < 20 do
  6. wait(0.0001)
  7. local A_1 = 10000000
  8. local A_2 = -10000000
  9. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  10. Event:FireServer(A_1)
  11. Count = Count + 1
  12. end
  13. Count = 0
  14. end
  15. while true do
  16. wait(0.001)
  17. game.Workspace.ChildAdded:connect(function(instance)
  18. if instance.Name == "Part" then
  19. instance:Destroy()
  20. end
  21. end)
  22. end
  23. while true do
  24. game.Workspace["Titan Dummy"].Name = "T"
  25. game.Workspace["Titan Dummy"].Name = "T"
  26. if game.Workspace["Hyperspace Dummy"].Humanoid.Health == 0 then
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-602, 3, -1083)
  28. end
  29. if game.Workspace.T.Humanoid.Health == 0 then
  30. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1592, 224, -1314)
  31. end
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement