Advertisement
Guest User

dgf

a guest
Feb 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. -- Write the players name that u wanna fuc7 where it says 'qeeeqx'
  2. local Victim='qeeeqx'
  3. local A=Instance.new'Animation'
  4. A.AnimationId='rbxassetid://148840371'
  5. local P=game:GetService'Players'.LocalPlayer
  6. local C=P.Character or P.CharacterAdded:Wait()
  7. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  8. H:Play()
  9. H:AdjustSpeed(2.5)
  10. game:GetService'RunService'.Stepped:Connect(function()
  11. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement