Advertisement
RyanDaCoder

Here come dat boi

Jul 27th, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. -- Here come dat boi By: Ryanawesome222
  2.  
  3.  
  4. me = game.Players.LocalPlayer.Character
  5. me.Humanoid.HipHeight = "33"
  6. me.Head.Mesh.MeshId = "rbxassetid://516819717"
  7. me.Head.Mesh.TextureId = "rbxassetid://516819728"
  8. local datboi = Instance.new("Sound")
  9. datboi.Name = "DatBoi"
  10. datboi.SoundId = "rbxassetid://674002998"
  11. datboi.Volume = "10"
  12. datboi.Looped = true
  13. datboi.Playing = true
  14. datboi.Parent = me.Head
  15. local tool = Instance.new("HopperBin")
  16. tool.Name = "Explode"
  17. tool.Parent = game.Players.LocalPlayer.Backpack
  18. function click(mouse)
  19. mouse.Button1Down:connect(function () click(mouse) end)
  20. end
  21. tool.Selected:connect(selected)
  22. tool=script.Parent
  23. function click(mouse)
  24. local explosion = Instance.new("Explosion")
  25. explosion.Position = mouse.hit.p
  26. explosion.Parent = game.Workspace
  27. end
  28. function selected(mouse)
  29. mouse.Button1Down:connect(function () click(mouse) end)
  30. end
  31. tool.Selected:connect(selected)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement