Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I script a round system?

Asked by 7 years ago
Edited 7 years ago

How to make a round system that picks a map by random from game.ServerStorage and clone it to game.Workspace.Maps (Maps is a model.) but doest pick the same map twice?

1 answer

Log in to vote
0
Answered by 7 years ago

I just want to begin by stating that there are loads of youtube videos which have covered this topic as well as free model. To make a round system use a while loop. Within this create a for loop which will change the timer's time rather than you yourself typing every time what the timer says. To select random maps. For the random maps here's a post I made about random: https://forum.scriptinghelpers.org/topic/84/math-random/4

0
Yes but he also asked how to make sure it doesnt get selected again, so this might help for the round system but not map picking Ex_plore 62 — 7y
0
chuck a couple of variables and if statements in. it will do the job shabbs15 67 — 7y
Ad

Answer this question