Hello there, In my game I wanted the character to point n degrees when the screen is clicked. However, I cannot find any sort of node in buildbox to do so. I tried making my own script as well. I am a beginner in this, so sorry if my attempt was brutally wrong. I created a block called, "Set direction" and in the update() function I added this line of code: this.entity().setDirection(0,*insert n*,0); However, the program still didnt work. How can I set the direction of a character to any number?