Advertisement
ziongoh

Untitled

Oct 11th, 2021
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2. if v:isA("Tool") then
  3. local a = Instance.new("SelectionBox",v.Handle)
  4. a.Adornee = v.Handle
  5. --change "(0,0,50)" on v.handle.size
  6. --to any number . made by luckyjack
  7. v.Handle.Size = Vector3.new(0,0,50)
  8. v.GripPos = Vector3.new(0,0,0)
  9. lplayer.Character.Humanoid:UnequipTools()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement