Town Script | DROPITEM (REPLICATED) FUNCTION


Created by p6ncake

Features:

loadstring(game:httpGet('https://gist.githubusercontent.com/catswimmer/7b9deb3ae47a2936db29f9e33578e483/raw/a103b626095dadc9e537b210c5a36948dddad4bc/dropItem.luau'))()
  • “What i can do with it?”
  • You can remove everyone’s tools by that:
for _,v in pairs(playerService:getPlayers()) do
   if v.Character then
       for i,v in pairs(v.Character:GetChildren()) do
           spawn(dropItem, v)
       end
   end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!