Advertisement
CaramelDogey

Brick Tool

Apr 4th, 2019 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(plr)
  2.     plr.CharacterAdded:Connect(function(char)
  3.         local tool = Instance.new("Tool")
  4.         tool.Name = "just a brick"
  5.         tool.Parent = plr.Backpack
  6.         local handle = Instance.new("Part")
  7.         handle.Name = "Handle"
  8.         handle.Parent = object
  9.     end)
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement