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 10 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 — 10y

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
10 years ago
for i = 1, 60 do
    wait(1)
    print(i)
end
Ad