Can you just send the .rbxl, this is still missing stuff
Is it a rounding problem due to floating point errors?
Instead of math.round try math.floor or math.ceil
What happens when you go to other values larger than 50? Try 60, 75, 80 and 100 instead.
Proprietary code - No Access //
Okay I was able to find a solution.
To clarify, I donāt want other developers using my code as I worked hard to get it like this.
To give a hint on the issue, you have to detect whether the total grid sizeās half is even or odd and that will influence how you manage it.
If you are a developer trying to use this post to fix your own build system, I suggest you implement a tycoon build system rather than a custom one.
Good job! If youāre going to do it like that, you donāt need to offset the parts to the center, so you could just go back to tweening.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.