Glexteon

Untitled

Sep 24th, 2019
66
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 == true then
  4. v.CanBeDropped = false
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment