Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Here come dat boi By: Ryanawesome222
- me = game.Players.LocalPlayer.Character
- me.Humanoid.HipHeight = "33"
- me.Head.Mesh.MeshId = "rbxassetid://516819717"
- me.Head.Mesh.TextureId = "rbxassetid://516819728"
- local datboi = Instance.new("Sound")
- datboi.Name = "DatBoi"
- datboi.SoundId = "rbxassetid://674002998"
- datboi.Volume = "10"
- datboi.Looped = true
- datboi.Playing = true
- datboi.Parent = me.Head
- local tool = Instance.new("HopperBin")
- tool.Name = "Explode"
- tool.Parent = game.Players.LocalPlayer.Backpack
- function click(mouse)
- mouse.Button1Down:connect(function () click(mouse) end)
- end
- tool.Selected:connect(selected)
- tool=script.Parent
- function click(mouse)
- local explosion = Instance.new("Explosion")
- explosion.Position = mouse.hit.p
- explosion.Parent = game.Workspace
- 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