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

how do you make a clock in roblox? [closed]

Asked by 11 years ago

how do you make a clock in roblox useing script i also need this for my group event? ps join it?

1
please say i am not a noob sinky909 8 — 11y

Closed as Not Constructive by evaera

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
Cizox 80
11 years ago
1for i = 1, 60 do
2    wait(1)
3    print(i)
4end
Ad