Help With A Maze

Does anyone know how to make a maze that every time you play it, the maze is always different?

Make multiple maps, use a random number generator to pick where you spawn? idk

1 Like

technicallu you could use a lifecycle(game start) and wire it to a teleporter [event occurs → teleport player to target]. there will be multiple targets with different maze maps. you could also make a maze that changes every few blocks a player moves but the outcome is randomized so the maze overall is always different.

1 Like

You could add walls that activate/deactivate when receiving on randomized channels.

1 Like

maybe make it so that there are hidden spawn pads for when you d!e and then you respawn in different locations each time around the maze

you could make one large maze and have a random number generator that would put you to different parts of the maze using multiple teleporters

thanks a lot guys, that really helped.

If one of these worked, mark a solution.

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