Comment on page
💎
ItemService
Service for handling dropped items.
Example usage:
-- Randomly spawn resources around the map
while task.wait(0.2) do
local position = BlockService.getAboveRandomBlock()
ItemService.dropItem(ItemType.EMERALD, position)
end
Drop an item at a location. If you supply an amount that will be the item stack size.
Last modified 3mo ago