Hello guys I'm doing a project using script.
Can you tell me how I can find the angle and distance between two objects by scripts?
Thank you very much for your attention.
Math.atan2()
Math.hypot()
Develop games in your browser. Powerful, performant & highly capable.
Okay, thank you very much.
Do you know if it is possible to know the position of the touch on the screen with script? something like runtime.touch.x?