Advertisement
reasons240

Untitled

Nov 15th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2. if v:isA("Tool") then
  3. a=Instance.new("SelectionBox",v.Handle)
  4. a.Adornee=v.Handle
  5. v.Handle.Size=Vector3.new(0.2,0.2,190)
  6. v.GripPos=Vector3.new(0,0,0)
  7. end
  8. end
  9. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  10. if v:IsA("Tool") then
  11. v.Parent = game.Players.LocalPlayer.Character
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement