-
What do you want to achieve?
Make a minigame-like system where players race through obstacles whilst being chased by a zone. last one standing wins (The obstacle course stages must be randomly generated through a list of possible courses. -
What is the issue?
How would I generate the obstacles as the player progresses with the obstacle course never-ending (Last player alive wins whilst being chased by a zone) The obstacle parts are just models (All the same length
-
What solutions have you tried so far?
I have a few thoughts on this, getting a random obstacle course would be easy, but I don’t quite know where to even start on making the course never-ending. I also tried just generating a really long obstacle course but it is possible a player could make it to the end.
Not the greatest scripter so resources are much appreciated, haha.