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
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
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.
Heres the new part of the code for the trigger (I replaced the if statements for this):