How do I make a Mini Game System? (Random Maps)

I know that there are posts on this topic but my -7 IQ brain cannot handle that. If you have any ideas on how to make random Maps please state them in the comments. (From what I understand from these posts are that I need teleporters and some triggers)

1 Like

Use a randomizer.
Do you know how?

2 Likes

If you need random mini-games then create a trigger that triggers on game start. When it triggers, go to the block code and have it pick a random number. For example: 1-10. Then have teleporters that go to each mini-game and have their channel value as the same as the number’s. Like -teleport1. However, for mini-games couldn’t you make each game have a button the host can press to start that mini-game?

3 Likes

No, I’m quite new to randomizers n stuff

If you want, i can set up a system for this!
With block code and all!

1 Like

I think a voting system would also work but those methods would remove the fun of not knowing what is coming next. Great idea though! (I have no clue how to make a random number generator with blocks)

1 Like

Yes. Thank you

1 Like

Here’s some block code of a randomizer I made. It’s not the correct code, but it should give an idea:


Essentially, you just need to know that you need to have the teleporters channel value as a random integer.
Since you joined not too long ago, welcome! I hope you have found the forums as a great place!

3 Likes

It’s starting to get a little late in my time zone, I’m gonna come back to this tomorrow

2 Likes

its like this:


inspiration from slim
oh bruh
remove the set map to at the start
Be sure to add a property, make it 0, and name it E.
The Map1 and countings are channels that go to teleportation, so its random.
Also code all this in a trigger

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.

Where do you find the block codes?