Okay, please look at this system and answer my question please

The solution is the system I’m talking about:Article

I need to know how to alert the players they got picked for that role. And, I’m not sure role 2 gets activated. Can anyone tell me the answer to these questions?
@Fulcrum-19 pls help

1 Like

Wherever the code is where the player is assigned a role, connect a wire to a notification device to that triggering player

First things first, lets make an optimization. Get rid of the role properties and replace it with 1 “my role” number property.
Screenshot 2024-05-08 at 8.57.47 AM
Heres the new part of the code for the trigger (I replaced the if statements for this):


New property settings:

This is the only setting you need for the popup:
Popup code:

As for role 2 getting activated, I don’t really know how to fix that. You can try removing the triggers wire from the relay and activating it with a broadcast:

1 Like