SyntaxIsHere

Untitled

Sep 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. //Script Genned By Clouthub
  2. Victim = "NAME HERE"
  3. speed = 4
  4.  
  5. local player = game:GetService("Players").LocalPlayer
  6. local A=Instance.new'Animation'
  7. A.AnimationId='rbxassetid://148840371'
  8. local C=player.Character or player.CharacterAdded:Wait()
  9.  
  10. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  11.  
  12. H:Play()
  13.  
  14. H:AdjustSpeed(speed)
  15.  
  16.  
  17. local myPart = player.Character.HumanoidRootPart
  18. local conn = game:GetService("RunService").Stepped:Connect(function()
  19. local cf = workspace[Victim].HumanoidRootPart.CFrame
  20. myPart.CFrame = CFrame.new(cf.p+(cf.lookVector*-1),cf.p)
  21. end)
  22.  
  23. player.CharacterAdded:Wait()
  24. conn:disconnect()
Add Comment
Please, Sign In to add comment