Getting this:
Through this:
Any ideas on how to fix it?
Getting this:
Through this:
Any ideas on how to fix it?
it works in studio but not ingame
You are calling the function again in the loop, which will call itself again and so on
the function getMap() is being called in the for loop repeatedly*
i didn’t realize it but… why are you calling it like that?
Not a loop but I think this might be the problem
are you sure it isn’t where you return getmap() constantly in the original code provided?
Okay okay I changed it and it works now.