I need help with this Ring system

Is that what you were intending?

Yes. I might want to start using packages to for the scripts. If I want to change the effect of the rings I would have to go through literally 9 levels.

Thank you for your help.

1 Like

No worries. Glad I’ve helped with your issue.

Yes. In the first example it creates one singular table, but in the second one it’s creating a new one for every ring.

1 Like

Should I be rotating the rings on the server or client?

Depends. I assume for this scenario there’s not really much benefit to doing it on the client. You’d only really need to consider it if either you have a huge amount of rings that you don’t really want straining the server, or if it’s important that the rotation is perfectly smooth on the client. Neither really applies for what (I imagine) you’re trying to do, so server-side rotation should be sufficient.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.