You are on page 1of 1

local Victim='Player name here'

local A=Instance.new'Animation'
A.AnimationId='rbxassetid://148840371'
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(2.5)
game:GetService'RunService'.Stepped:Connect(function()

C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFir
stChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
end)

You might also like