Scoreboard not showing score

Hello.

I have an issue, probably just don’t know how to get score from server. Basically here it adds score on overlap event. (Switch has authority)

It adds it trough my Game State. And it works, check it with print string. It adds score how it should be.

Only I can’t see it in my widget.

Up! Please!

attach your images so we can actually click on them and expand, hard to tell what is going on from so far away.




Anyone???

Do you ever call the function to update the widget score? I’m assuming the widget appears but doesn’t update the score right?

It updates. When I play as a server, I can see a score and everything is ok. There is replication problem what I can’t figure out.

I figure it out, just forgot to put. But yes, that is solution. Thank you so much for your time. If I’ll have other questions, will let you know!

The clients are not seeing the updated score, because you are only changing the variables on the serverside.

You need to replicate the score variables or make a MulticastRPC and send the score through it to everyone.

Hope I could help, if you have any questions, just ask