Questions
Guides
About
Blog
Scripting Helpers is winding down operations and is now read-only.
More info→
Log in to vote
0
Timer that counts down locally with the format of “0.000.” Do you guys know how to do this?
Asked by
ExoticBloxed
0
2
years ago
No clue on how to do this. Timers are hard.
0
https://create.roblox.com/docs/reference/engine/datatypes/DateTime
. Provide a Unix timestamp set in your desired future.
Ziffixture
6913
— 2y
1 answer
Log in to vote
0
Answered by
Jo1nts
134
2
years ago
Edited
2 years ago
local timer = 10 while wait(0.001) do timer -= 0.001 end
Answer this question
Answer
Edit
Preview