Before anyone critiques whatsoever. My specialism isn’t in scripting and I’m wondering if there’s a property or some sort of way to show if something like a ImageLabel or Frame of some sort if its on a users screen or not.
I’m in a pickle with something I’m making and I need to detect each ImageLabel if its in the screen or not
you can use the AbsoluteSize and AbsolutePosition properties of gui objects and compare it with the same properties of the parent ScreenGui (which is the screen size) to see if it’s on screen or not.