I have an animation object or an “AnimationController” Class, and I am trying to run it on a GUI object.
local anim = gui.anims[role].Animation
anim:Play(gui[role])
I can’t quite seem to figure out how to run the animation on the object, the position of the GUI object I want to run is:
gui[role]