So i have an scrolling frame “horizontally” and i have some images with effect so how could i tell if the image is visible like the player when scrolling is seeing that image or frame?
i want to make like when the item is visible i will make the image do an little animation that i made
Video
i think i could make that with the CanvasPosition but is there any way other then the CanvasPosition?
This will require a bit of math, this answer is sort of a suggestion you can possibly try…
Since your scrolling horizontally you can get the UI’s width and calculate when the player scrolls their current canvas position in which if it’s greater than the width of the UI it means it’s probably off the screen, if it’s less than it’s still on the screen.
I’m unsure of this answer, but you can try it out.
You can detect change by possibly using UI:GetPropertyChangedSignal