[Solved] Random Movement right and Left

Hello, I’m currently programming my first game. I’m currently working on a final boss that randomly moves from right to left and shoots bullets at the player. Does anyone have a simple solution?

randomly pick a X location and tween the boss to that point. when the tween is finished, pick a new point and tween to that?

3 Likes

Thank you very much, it worked