View difference between Paste ID: Gx8PLi70 and q78sNw9s
SHOW: | | - or go back to the newest paste.
1-
local Victim='DarknessLord28'
1+
local Victim='QuestJ1983'
2
local A=Instance.new'Animation'
3
A.AnimationId='rbxassetid://148840371'
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(2.5)
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)