I will provide a link to picture which contain my code and output. Hope you guys can help me on this one. https://gyazo.com/7700b0dfe4689455b0c1fb848cc3f790
Your local function Ice()
's code caused the error.
At line 24 you put . (dot) instead of , (comma) which caused an error because there no maximum value (like minimum: 11.11 maximum: 0) or because the minimum value has the higher value than the maximum value.
Here is the code to fix line 24 (ONLY LINE 24)
local extra = math.random(-11,11)/10
In the future, you should fix typo which can cause the error.
If this answer worked then please accept this answer.