--EXPLAINATION ON EACH MODE-- --CLASSIC-- classic is somewhat broken because when you try to go any lower than 0 it just stops, and thats because it adds - to the start of mouse pos, which just sets it to 0 when the mouse pos is negative because the number appears as --(actual mouse pos) which just sets it to 0. --FIXED-- fixed "tries" to fix the problem and makes it mirror the position, so when your trying to move into the negatives it just bounces back --CARELESS-- lets you freely move it without bouncing back or setting to 0