Hey, I wanted to make a case opening system, and tried to sync a sound with the tween animation
My idea is that whenever the gray bar in the middle touches a child of the frame that holds all the images then the sound is played
There is a frame that when I roll theres always a tween animation that plays it to the UIDim2(-2,0,0,0) position, and that frame has the imagelabels inside with a uilist so they stack
Here is an example of what I have now
I tried using absoluteposition so i checked every frame if the absolute position X is the same as the gray bar then play the sound BUT because im tweening the frame to move and not the children the absoluteposition always seem to be 0 (this might seem a terrible idea due to having to check for every imagelabel child every frame)