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

How do i make a Round System Script for a game ?

Asked by 10 years ago

I am making a murder game but i don't know how to script a Round System can someone help me ?

1 answer

Log in to vote
0
Answered by
Perci1 4988 Trusted Moderation Voter Community Moderator
10 years ago

First, are you sure it would be wise to make another murder game, considering there is already 4?

Anyways, the way people usually make round system is with a while loop.

while true do
    --Start the round
    wait(100) --Wait the time of the round
    --End the round
end

If you want the round to end under a specific set of circumstances, then you will have to make different events.

Ad

Answer this question