Advertisement
bmrx13

hippity hoppity no skids on my property (custom made)

Oct 9th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. cors = {}
  2. mas = Instance.new("Model",game:GetService("Lighting"))
  3. Tool0 = Instance.new("Tool")
  4. Part1 = Instance.new("Part")
  5. Sound2 = Instance.new("Sound")
  6. Sound3 = Instance.new("Sound")
  7. Sound4 = Instance.new("Sound")
  8. LocalScript5 = Instance.new("LocalScript")
  9. Decal6 = Instance.new("Decal")
  10. SpecialMesh7 = Instance.new("SpecialMesh")
  11. Tool0.Name = "Protest Sign"
  12. Tool0.Parent = mas
  13. Tool0.GripForward = Vector3.new(0, -1, -0)
  14. Tool0.GripPos = Vector3.new(0, 0, 2)
  15. Tool0.GripUp = Vector3.new(0, 0, -1)
  16. Part1.Name = "Handle"
  17. Part1.Parent = Tool0
  18. Part1.BrickColor = BrickColor.new("Mid gray")
  19. Part1.Rotation = Vector3.new(90, 0, 180)
  20. Part1.Anchored = true
  21. Part1.FormFactor = Enum.FormFactor.Custom
  22. Part1.Size = Vector3.new(3, 0.200000003, 5)
  23. Part1.CFrame = CFrame.new(-6.2600708, 2.50000906, -12.1499624, -1, -4.31590452e-05, 4.8021076e-10, 9.29522848e-10, -3.26636873e-05, -1, 4.31590452e-05, -1, 3.26636873e-05)
  24. Part1.BottomSurface = Enum.SurfaceType.Smooth
  25. Part1.TopSurface = Enum.SurfaceType.Smooth
  26. Part1.Color = Color3.new(0.803922, 0.803922, 0.803922)
  27. Part1.Position = Vector3.new(-6.2600708, 2.50000906, -12.1499624)
  28. Part1.Orientation = Vector3.new(90, -180, 0)
  29. Part1.Color = Color3.new(0.803922, 0.803922, 0.803922)
  30. Sound2.Name = "AngrySound3"
  31. Sound2.Parent = Part1
  32. Sound2.SoundId = "http://www.roblox.com/asset/?id=15632575"
  33. Sound2.Volume = 1
  34. Sound3.Name = "AngrySound2"
  35. Sound3.Parent = Part1
  36. Sound3.SoundId = "http://www.roblox.com/asset/?id=15632569"
  37. Sound3.Volume = 1
  38. Sound4.Name = "AngrySound1"
  39. Sound4.Parent = Part1
  40. Sound4.SoundId = "http://www.roblox.com/asset/?id=15632562"
  41. Sound4.Volume = 1
  42. LocalScript5.Parent = Part1
  43. table.insert(cors,sandbox(LocalScript5,function()
  44. -- params : ...
  45.  
  46. local player = game.Players.LocalPlayer
  47. local Tool = script.Parent
  48. enabled = true
  49. local sounds = {Tool.Handle.AngrySound1, Tool.Handle.AngrySound2, Tool.Handle.AngrySound3}
  50. onActivated = function()
  51.  
  52. if not enabled then
  53. return
  54. end
  55. enabled = false
  56. sounds[math.random(3)]:Play()
  57. enabled = true
  58. end
  59.  
  60. equip = function()
  61.  
  62. gui = script.Parent.ProtestGui:Clone()
  63. gui.Parent = game.Players.LocalPlayer.PlayerGui
  64. end
  65.  
  66. unequip = function()
  67.  
  68. gui:Destroy()
  69. end
  70.  
  71. script.Parent.Equipped:connect(equip)
  72. script.Parent.Unequipped:connect(unequip)
  73. script.Parent.Activated:connect(onActivated)
  74.  
  75. end))
  76. Decal6.Parent = Part1
  77. Decal6.Texture = "http://www.roblox.com/asset/?id=2468137469"
  78. Decal6.Face = Enum.NormalId.Bottom
  79. SpecialMesh7.Name = "shayner32 <3"
  80. SpecialMesh7.Parent = Part1
  81. SpecialMesh7.MeshId = "http://www.roblox.com/asset/?id=15631335"
  82. SpecialMesh7.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  83. SpecialMesh7.TextureId = "http://www.roblox.com/asset/?id=270989738"
  84. SpecialMesh7.MeshType = Enum.MeshType.FileMesh
  85. SpecialMesh7.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  86. for i,v in pairs(mas:GetChildren()) do
  87. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  88. pcall(function() v:MakeJoints() end)
  89. end
  90. mas:Destroy()
  91. for i,v in pairs(cors) do
  92. spawn(function()
  93. pcall(v)
  94. end)
  95. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement