Position System is acting strangely

@JR01 I am using your position system for a game I am working on, and when the player goes to the next lap, the place indicator (On the bottom left) does not sync instantly. there is a really small delay that can mess with the leaderboard at the end of the race. I think something is wrong in the X and Y bundle in each character.

3 Likes

Yep, what’s happening is that the collision updates the expression when the extractor still see’s it’s at the end the of the race. To fix this, you just need to add a message after the position behavior and a mailbox to update the expression only after they have been teleported.

1 Like