So I created a pacman game. But when I created the waypoints for the ghosts, and played it, it only goes to the first waypoint and stays there. Can anyone help me with the problem?
Welcome to the forums!
You’re gonna have to give us a lot more information than that for us to help you. Share your scripts with us (use the Insert Code button in the toolbar!) and if there are any errors happening in the console, be sure to copy and paste those here as well.
2 Likes
Share your scripts. But a common mistake for novices when dealing with waypoints is using “==” when checking whether you’ve reached the waypoint. Instead check that you’re within a certain range of the waypoint. The reason is that it is unlikely the object will ever be exactly at the same position as the waypoint.
If that’s not the issue, then more info and show code.