Advertisement
Godofadmin1337

Ffffff

Oct 15th, 2017
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local Victim='Player name here'
  2.  
  3. local A=Instance.new'Animation'
  4.  
  5. A.AnimationId='rbxassetid://148840371'
  6.  
  7. local P=game:GetService'Players'.LocalPlayer
  8.  
  9. local C=P.Character or P.CharacterAdded:Wait()
  10.  
  11. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  12.  
  13. H:Play()
  14.  
  15. H:AdjustSpeed(2.5)
  16.  
  17. game:GetService'RunService'.Stepped:Connect(function()
  18.  
  19. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement