- What do you want to achieve? Think that our game is based on a round system. On each round there will be 13 players and one will be selected and will give him a role. For ex: let’s give a role something called “murderer”.When the Game Starts, we need to show a GUI on his screen like “you are a murderer” and another “you are not a murderer”.How will we do this from scratch? I know we can only do this using remote events or otherwise, the GUI will be weird like both the player’s GUI will be showing.
I tried many ways but not getting a way to do this system as there is a role selection each round.
So if anyone knows how to use remote events, please tell me how to use those with some examples.I m very very noob at remote events.