-- Modifications to sample scripts will be lost the next time you start the game. repeat for gRegion:GetAvatars() as avatar do if inventory := avatar:InventoryControl() then inventory:DoItemDrop() end end until yield()