#how can I make everyone get a role at the same time?

1 messages · Page 1 of 1 (latest)

spring adder
#

You can use an event.

Spawn in an “Event Definition” chip. Using the the “Configure” tool in your Makerpen menu, select the Event Definition. Set its name to whatever you choose (I will refer to this event as “Role Event”.)
Spawn in an “Event Sender” chip. This is what you will use to send the event.
Using the Configure tool in your Makerpen menu, select the Event Sender. Set its event to Role Event. Set its target to “All”.
Spawn in an “Event Receiver” chip.
Using the Configure tool in your Makerpen menu, select the Event Receiver. Set its event to Role Event.
Spawn in a “Player Add Role” chip.
Using either the “Connect” or Configure tools in your Makerpen menu, select the string input labelled “Value” on the Player Add Role chip. Set its value to the name of the role you wish to add.
Spawn in a “Get Local Player” chip.
Using the Connect tool in your Makerpen menu, connect the player output (the yellow port) on the Get Local Player chip to the player input labelled “Target” on the Player Add Role chip.