Advertisement
Glexteon

Untitled

Sep 24th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local mouse = game.Players.LocalPlayer:GetMouse()
  2. tool = Instance.new("Tool")
  3. tool.RequiresHandle = false
  4. tool.Name = "BTools"
  5. tool.Activated:connect(function()
  6. local obj = mouse.Target
  7. local tbl_main =
  8. {
  9. obj
  10. }
  11. game.ReplicatedStorage.Events.destryObj:FireServer(unpack(tbl_main))
  12. end)
  13. tool.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement