Advertisement
Rocnzrgkkabf

Untitled

Mar 24th, 2021
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do if v:isA("Tool") then local a = Instance.new("SelectionBox",v.Handle) a.Adornee = v.Handle v.Handle.Size = Vector3.new(0.5,0.5,60) v.GripPos = Vector3.new(0,0,0) lplayer.Character.Humanoid:UnequipTools() end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement