Advertisement
Guest User

sgffdsgd

a guest
Jun 19th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local tool = Instance.new("Tool")
  2. tool.Name = "Block"
  3. tool.Parent = game.Players.LiamPeterso.Backpack
  4. local part = Instance.new("Part")
  5. part.Name = "Handle"
  6. part.CanCollide = false
  7. part.Anchored = false
  8. part.Parent = tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement