I’m working on a game that relies on the rotation of BodyGyros in my Starships -
Essentially, when the Player selects a Planet their ship will rotate to face the required destination.
However, I want to wait for the rotation to have been completed before proceeding with the script.
Is there any way I can Yield this to achieve what I wish?
Thank you!