Hello Popplet,
A bit of extra info on why you’re getting that error:
MoveTo is expected to happen over time, as opposed to happening instantly. That’s why it “suspends” (as in suspends execution while it waits)
So “spawning” (as in spawning a new execution thread) should allow it to execute in it’s own timeframe.
Check this community video for more info on this.