Is there a way to see if a gui tweens, so like let’s say I make a gui can I use a script to see if that gui that I just added was animated at all?
1 Like
You could use TweenBase.Completed
to see if a tween has finished or not. TweenBase | Roblox Creator Documentation
Alright thanks, I’ll wait for more replies and see if there is something else to see. If not I’ll mark your solution.
1 Like