Advertisement
Glexteon

Untitled

Sep 24th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2. if v.ClassName == "Tool" then
  3. if v.CanBeDropped == false then
  4. v.CanBeDropped = true
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement