Service for handling dropped items.
Last updated 1 year ago
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.