-- Angle Calculator : Shows you the angle from the the 90° angled line, the degree and the gradient There are the formulas : Angle : ([ atan({Mouse x} ÷ {Mouse y}) + 270] - [180 × ({Mouse y} < 0)]) mod 360 Degree : atan({Mouse x} ÷ {Mouse y}) + (180 × [{Mouse y} < 0]) Gradient : {Mouse x} ÷ {Mouse y} - Credits Idea from @chooper100 PTE++ by @-Rex- The rest of the code is by me