RunService:BindToSimulation() Run order is not deterministic

If you connect multiple RunService:BindToSimulation()'s they will run in a consistent order, but that order is not determined by the specified priority and is different every time the game is started and can vary from client and server.

Reproduce:
Make a few RunService:BindToSimulation() functions with different priority that run the same on the client and server (just like what you would do in a server authority game)
Put unique print statements into each
Everytime you playtest the game the order they run in will be random.

Expected behavior

According to the documentation, each RunService:BindToSimulation() function should run lowest priority first, highest priority last.

This feature should now work as expected. Please give it a try again. Thanks.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.