Randomly chosen round map!

Can i have a video? that would help, haha

Sure. Im recording it right now!

thanks a trillion! sorry for the trouble haha

Nevermind! it fixed itself! Not sure why it did that

I think you may have gotten lucky enough for it to teleport you to the closest one every time, haha. Should be randomized, though.

I’ve been really lucky then, it happened 6 times in a row lol

Anyways, it’s awesome. Thanks for the help!

1 Like

No problem! :smiley: happy developing and good luck with your project.

1 Like
spawn(roundTimer)

Hey, I know you guys found a solution, but you could also use coroutine instead of spawn. Its newer and has a lot more functions! I suggest you take a look, it is really useful @OP:
Info about coroutines
Why coroutines are better than spawn
(If you don’t wanna read the argument, coroutines INSTANTLY execute the code in a new thread. Spawn has a small wait() that is built in before running code.)

1 Like