How can the host choose the settings for my game

I want to allow the host to change the settings for the game. Ex(default energy per question is 2000 and the host wants it to be 5000) how can I do this

1 Like

How to make the host decide whether to use questions or not :green_square:
Here’s a guide I made a while back. The host presses buttons that decide whether to use questions or not. Maybe use the same system, yet instead of disabling the questions, you activate the system.

1 Like

what do I do instead of the questioning system

Another questioning system for 5000 energy.

Actually wait a second, I’m about to do something else which makes it truly customizable.

When the host presses “yes,” a chain of popups show up, with 1 call to action labeled “next,” and the other 1000, 2000, 3000, 4000, or 5000, in this order. When 1 is pressed, make a trigger (one for each popup) and open blocks.
The number depends on which popup is pressed.
image
Then instead of using the “grant item” wire option to the item granter, use the wire pulse block, and open blocks on it, and put the following:

1 Like

can you show a image of what that does