I'm trying to use Game.IncreaseTeamScore with a trigger and script. It works locally in the client, but doesn't change the global value presented in the UI
How can I call Game.IncreaseTeamScore from a trigger script so that it update globally?
EDIT: I must have done something stupid, because on second attempt its working