I'm pretty new to TypeScript (and programming in general), and I'm having a hard time using getMouseDelta and trying to apply it to player rotation. Is there a way to get the x and y components from the vector? I couldn't figure it out :c
Solved it. "Sup.Input.getMouseDelta().x" and "Sup.Input.getMouseDelta().y" did the job.