AreYouMental110

[FE] Tornado player

Mar 18th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. local Victim = 'THEVICTIM'
  2. local A = Instance.new'Animation'
  3. A.AnimationId = 'rbxassetid://429730430'
  4. local P = game:GetService'Players'.LocalPlayer
  5. local C = P.Character or P.CharacterAdded:Wait()
  6. local H = C:WaitForChild'Humanoid':LoadAnimation(A)
  7. H:Play()
  8. H:AdjustSpeed(10)
  9. game:GetService'RunService'.Stepped:Connect(function()
  10. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  11. end)
Add Comment
Please, Sign In to add comment