Advertisement
Rocnzrgkkabf

Untitled

Mar 24th, 2021
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2.  
  3. if v:isA("Tool") then
  4.  
  5. local a = Instance.new("SelectionBox",v.Handle)
  6.  
  7. a.Adornee = v.Handle
  8.  
  9. v.Handle.Size = Vector3.new(0.5,0.5,60)
  10.  
  11. v.GripPos = Vector3.new(0,0,0)
  12.  
  13. lplayer.Character.Humanoid:UnequipTools()
  14.  
  15. end
  16.  
  17. end
  18.  
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement