Hello, I'm trying to make an Item drop system, but when the main function is called the game freezes, I don't know what's wrong.
local instances = {}
---Makes the creep have a chance of drop an item when it dies.
---If the chances is an empty table, then it will be assume that
---all the items...