Advertisement
RyanDaCoder

ALLAHU ARKBAR!

Aug 15th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. local g = game.Workspace
  2. local me = g.Ryanawesome222
  3.  
  4. me.Shirt:Destroy() -- Remove this line if you dont have a shirt.
  5. me.Torso.BrickColor = BrickColor.new("Really red")
  6. tool = Instance.new("HopperBin")
  7. tool.Name = "ALLAHU ARKBAR!"
  8.  
  9. function click(mouse)
  10. local a = Instance.new("Sound")
  11. a.SoundId = "rbxassetid://329102274"
  12. a.Playing = true
  13. a.Parent = me.Head
  14.  
  15. local explosion = Instance.new("Explosion")
  16. explosion.Position = me.Torso.Position
  17. explosion.Parent = me.Torso
  18. end
  19.  
  20. function selected(mouse)
  21. mouse.Button1Down:connect(function () click(mouse) end)
  22. end
  23.  
  24. tool.Selected:connect(selected)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement