#Update the UI for all players when you press any button in it in real time
1 messages · Page 1 of 1 (latest)
I don't think you can update it without the re-opening animation
maybe with #1067869374410657962 (or changing it with texture jsons?)
What you mean is that it doesn't matter if you see the re-arrangement animation, but what I want to achieve is that when a player touches a button, the others will see it already updated. For example, in this case it only updates if the player touches a button, but if the others don't touch it, it won't be updated.
You can use UIManager Class and .closeAllForms(player) https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server-ui/uimanager?view=minecraft-bedrock-stable
then send a new updated server form
Thx u