Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Victim='nagato123br'
  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.  
  10. game:GetService('RunService').RenderStepped:connect(function()
  11.     for _,part in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
  12.         if part:IsA('BasePart') then
  13.             part.CanCollide = false
  14.         end
  15.     end
  16.     for _,part in pairs(game:GetService('Players')[tostring(Victim)].Character:GetDescendants()) do
  17.         if part:IsA('BasePart') then
  18.             part.CanCollide = false
  19.         end
  20.     end
  21. end)
  22.  
  23. game:GetService'RunService'.Stepped:Connect(function()
  24.     C:WaitForChild'HumanoidRootPart'.CFrame=game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.CFrame - Vector3.new(0,0,-1)
  25. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement