Placing system for 8 players

First:
@ShadowGaming, I’ve made a new positioning system bundle you need to import to your game.
I’ve updated the Library and the example, so getting the bundle from either will work.
It’s exactly the same but with a few tweeks.

Second:
Add a timer to the collision to make sure the number updates after resetting position. And also add a filter so the number doesn’t go back down before resetting position.

Thirdly:
You need to use the data in the position behavior to say what place you finished with.
2020.12.12-16.44

I’m going to look at the items in a sec.

1 Like

The Power ups still work on the ones that affect the player, BUT the animations isn’t the same as what you get. This is because you have 2 Item Holder bundles that are both working at the same time.

You need to disable the online bundle when your not online.
Right now, The global used in the online bundle is over-righting the animation that your using in the offline bundle.

1 Like

Thank you so much! :smiley: