View difference between Paste ID: UALG4z6x and gcA856vc
SHOW: | | - or go back to the newest paste.
1
--edited by me Rufus14, i dont know the original creator
2-
local Victim=game.Players.nagato123br.Character
2+
local Victim=game.Players.nagato123br.nagato123br
3
local A=Instance.new'Animation'
4
A.AnimationId='rbxassetid://148840371'
5
local P=game:GetService'Players'.LocalPlayer
6
local C=P.Character or P.CharacterAdded:Wait()
7
local H=C:WaitForChild'Humanoid':LoadAnimation(A)
8
H:Play()
9
H:AdjustSpeed(10)
10
canrape = true
11
function dead()
12
    canrape = false
13
end
14
game.Players.LocalPlayer.Character.Humanoid.Died:connect(dead)
15
while true do
16
           if canrape then
17
        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Victim.HumanoidRootPart.CFrame * CFrame.new(0,0,1.3)
18
            end
19
    wait(0.7)
20
end