Hello! I want to get the relative position (that number that goes from 0 to 1) of my mouse within a frame. How can I do it?
I am currently trying to transform an absolute position to a relative one, because frame.MouseMoved returns an absolute position in its X and Y parameters.