Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local g = game.Workspace
- local me = g.Ryanawesome222
- me.Shirt:Destroy() -- Remove this line if you dont have a shirt.
- me.Torso.BrickColor = BrickColor.new("Really red")
- tool = Instance.new("HopperBin")
- tool.Name = "ALLAHU ARKBAR!"
- function click(mouse)
- local a = Instance.new("Sound")
- a.SoundId = "rbxassetid://329102274"
- a.Playing = true
- a.Parent = me.Head
- local explosion = Instance.new("Explosion")
- explosion.Position = me.Torso.Position
- explosion.Parent = me.Torso
- end
- function selected(mouse)
- mouse.Button1Down:connect(function () click(mouse) end)
- end
- tool.Selected:connect(selected)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement