I’d recommend using the text if you’re going to make it spin for memory conservation, but both work.
You can follow @Anythinger 's guide on animation, but here’s a basic rundown of how it works.
-
You create props and place them in a way that represents every frame.
-
Make sure only the first one is visible on default.
-
Use wire repeaters or triggers(for channels if changing many) to hide the last frame and show the next.
-
That should be it! You might need a lifecycle to jumpstart the system, but that’s real simple.
If you didn’t understand this, please check out @Anythinger’s guide on animation: He developed it and just did a much better explanation than me.
Hope this helps!
(Here’s his guide btw: https://forum.creative.gimkit.com/t/how-to-make-animation-difficulty/3732)