Advertisement
gray_alli28codesrbx

t

Oct 5th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local username = iiDkOffical
  2. local tool = Instance.new("Tool", game.Players.username.Backpack)
  3. tool.Activated:Connect()
  4. local bomb = Instance.new("Explosion", game.Workspace)
  5. bomb.Position = Mouse.Target
  6. bomb.BlastRadius = 1
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement