Only reason I need help is the things you use to connect stuff are sometimes not the right one so…

  1. I need a role to permanently be applied to co owners and owners

  2. I need a way of randomly applying (5 different) roles to players

  3. I need a way of removing roles (this is temporary and for testing)

  4. I need to display a players role on their screen and above their heads

1 Like

I can help you in game if you need it

Ok, when are you free?

1 Like

I can do it right now

K I’ll friend

1 Like

Sent it

Sure, create your seven roles, 2 for owners and other 5 for your random roles.

Go to Settings > Permissions > Room Creator > Misc > Auto Assigned Game Roles > select your owner only role here, and do the same for Co-Owners.

To randomly apply 5 roles, you can use this simple circuit graph. Make sure to configure your “Value Integer Switch” chip to add values to compare 0,1,2,3 and 4.

You can use this circuit graph to remove roles from other people on your device by just configuring the index to target a player.


Or have the player you want to remove the role from press the button with this:

You can display the player role above your head by attaching these chips to the previous circuit graphs that added their roles.

Configure your player world ui like this, you can also disable the primary and secondary bar.

Hope this helps!

3 Likes

That was very well put :clap: @NGCreate