View difference between Paste ID: rR0WnkfK and vtzDqN09
SHOW: | | - or go back to the newest paste.
1-
-- Write the players name that u wanna fuc7 where it says 'Player name here'
1+
function onMouseClick()
2-
local Victim='l0uh'
2+
	local A=Instance.new'Animation'
3-
local A=Instance.new'Animation'
3+
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)
12-
end)
12+
end
13
 
14
clickDetector.MouseClick:connect(onMouseClick)