Create a gameplay on same area but different event for different player

Hello, I want to create one quiz map, have 1 board that show the question and answer options, but I want to 4 players playing together trying to answer the quiz on the same place and view the same board, but for each player they have their own question and answer, is it possible?

I’d say you can either use Instagated Cinematic Sequences, Switch Devices (which can be instigated), or verse UI

Thank for your reply, but still we need 4 boards there right? 4 boards at the same position, and hide and show the board prop for specific player, because if only put 1 prop there, when I trigger to start randomize the question to show on the board by verse device using change material function, it still will happen globally and other player will see the material change

you might be able to use Barriers with custom materials for the boards.
Set each player to a different Class and use each Barriers class visibility settings

If I understood correctly, then there is no issue.

you create just one board, so all player will see the same. Then using Verse UI you can display different question independently for each player.

So basically anything 3D is shared and 2D is per Player.

I would assume you want them to answer different question but all at the same time, so in the board after moving the pieces you can make a general sequence to transition to the question and then display a UI with the question and the different answers with a timer. When the timer end or all player already responded, go back to the board, move pieces and so on…

1 Like

Hello just re check this post, yes we still need an UI for that, everything happen in level will always shared globally. Thanks for your answer btw