Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Victim = 'THEVICTIM'
- local A = Instance.new'Animation'
- A.AnimationId = 'rbxassetid://429730430'
- local P = game:GetService'Players'.LocalPlayer
- local C = P.Character or P.CharacterAdded:Wait()
- local H = C:WaitForChild'Humanoid':LoadAnimation(A)
- H:Play()
- H:AdjustSpeed(10)
- game:GetService'RunService'.Stepped:Connect(function()
- C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
- end)
Add Comment
Please, Sign In to add comment