Hey everyone,
I have encountered some strange bahaviour I do not understand.
When I'm running a local host, OnStartLocalPlayer seems to be executed before OnServerAddPlayer. However, this does not seem to be the case with external clients, where OnStartLocalPlayer is executed after OnServerAddPlayer. Due to the different execution order of these two functions I run into problems.
This also feels contradictory to what is written in the documentation under player...
OnStartLocalPlayer and OnServerAddPlayer Execution Orders
I have encountered some strange bahaviour I do not understand.
When I'm running a local host, OnStartLocalPlayer seems to be executed before OnServerAddPlayer. However, this does not seem to be the case with external clients, where OnStartLocalPlayer is executed after OnServerAddPlayer. Due to the different execution order of these two functions I run into problems.
This also feels contradictory to what is written in the documentation under player...
OnStartLocalPlayer and OnServerAddPlayer Execution Orders