Advertisement
RyanDaCoder

abc

Sep 17th, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2. if v:IsA("Tool") and v.Name == "Spray" then
  3. v:Destroy()
  4. end
  5. end
  6. wait()
  7. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  8. if v:IsA("Tool") and v.Name == "Spray" then
  9. v:Destroy()
  10. end
  11. end
  12.  
  13. wait()
  14.  
  15. workspace.Handle.CanCollide = false
  16. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  17. wait(0.1)
  18. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  19. workspace.Handle.CanCollide = false
  20.  
  21. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  22.  
  23. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  24. wait(0.1)
  25. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  26. wait(0.1)
  27. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer
  28. wait()
  29. workspace.Handle.CanCollide = false
  30. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  31. wait(0.1)
  32. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  33. workspace.Handle.CanCollide = false
  34.  
  35. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  36.  
  37. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  38. wait(0.1)
  39. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer
  40. wait(0.1)
  41. game.Players.LocalPlayer.Spray.Parent = game.Players.LocalPlayer.Backpack
  42. game.Players.LocalPlayer.Spray.Parent = game.Players.LocalPlayer.Backpack
  43. wait(0.1)
  44. game.Players.LocalPlayer.Backpack.Spray.Handle.Mesh:Destroy()
  45. game.Players.LocalPlayer.Backpack.Spray.GripForward = Vector3.new(-1, -0.014, 0.011)
  46. game.Players.LocalPlayer.Backpack.Spray.GripPos = Vector3.new(-1.551, -0.989, -1.486)
  47. game.Players.LocalPlayer.Backpack.Spray.GripRight = Vector3.new(-0.011, 0.004, -1)
  48. game.Players.LocalPlayer.Backpack.Spray.GripUp = Vector3.new(-0.014, 1, 0.004)
  49. wait(0.1)
  50. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  51. wait(0.1)
  52. game.Players.LocalPlayer.Backpack.Spray.Handle.Mesh:Destroy()
  53. game.Players.LocalPlayer.Backpack.Spray.GripForward = Vector3.new(-1, -0.014, 0.011)
  54. game.Players.LocalPlayer.Backpack.Spray.GripPos = Vector3.new(-1.551, -2.325, -1.486)
  55. game.Players.LocalPlayer.Backpack.Spray.GripRight = Vector3.new(-0.011, 0.004, -1)
  56. game.Players.LocalPlayer.Backpack.Spray.GripUp = Vector3.new(-0.014, 1, 0.004)
  57. wait(0.1)
  58.  
  59. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  60. wait(0.1)
  61. AnimationId = "121572214"
  62. local Anim = Instance.new("Animation")
  63. Anim.AnimationId = "rbxassetid://"..AnimationId
  64. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  65. k:Play(0)
  66. k:AdjustSpeed(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement