Created by p6ncake
Features:
- INFINITE OXYGEN
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!