πItemService
Service for handling dropped items.
-- Randomly spawn resources around the map
while task.wait(0.2) do
local position = BlockService.getAboveRandomBlock()
ItemService.dropItem(ItemType.EMERALD, position)
endFunctions
Last updated