I’m trying to achieve a way to cut off my image label and frame when I reach the end of my GUI. I’m trying to achieve a mouse cursor within a monitor, which obviously the mouse shouldn’t be able the leave the monitor. I’ve tried messing around with canvas size, but I’m not exactly sure how it works. Does anyone have a solution or somewhere they can point me to? (Devhub is pretty much empty)
So Imagine I have a cube with a button in it. The button moves randomly around the cube, but I don’t want the button to go outside of the cube (the player must always see it).