Billboards do not display values to all players. Join-in-progress randomly do not see values. See pictures.
Please select what you are reporting on:
Creative
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
Add Billboards to a project. Use Verse to loop through active players in the game and use SetText and UpdateDisplay to change the Billboards value. Do this once every 10 seconds. Start a game, have other players join in progress. JIP players do not see all the values on the billboards.
Expected Result
All players should see the exact same values on the billboards.
Observed Result
All players should see the exact same values on the billboards.
just create a refresh function so when a player joins it refreshes whatâs already on the board and the player will be apart of that and the board will update so it might get past any issues.
More info: If the value in each billboard does not change from previous refresh JIP players might not be able to see the value. It happens randomly. My fix was I changed every value (split second) during the refresh (every 15 seconds) and it solved the issue. I SetText â- - -â, updateDisplay and then immediately change it to value I want. This solves the problem. But it is a needless extra step. There is definitely a flaw in how BBâs get displayed to JIP players.