Timer / Clock GUI [Scripting Tutorials 📜📜] rbx.lua

preview_player
Показать описание
Filtering Enabled working timer for all of your mini games or other projects. Get a copy here for free!

Join my Discord!

Рекомендации по теме
Комментарии
Автор

THANK YOU SO MUCH i subbed, shared, liked and turned on notification bell. Other vids are dumb but yours is amazing!

aronas
Автор

If you have subtitles on...
It will say 'Hello, daddy Andre here' at the beginning

adriatical
Автор

Thank you for this tutorial, this is very useful.

krishp
Автор

Can you make it so when you touch a part it will start the timer.

BigheadTheCat
Автор

SteadyOn I have a question maybe you would like to have a big project well it's not that big right now but I want to do a project out there a RP project / game in Roblox I'm just looking for good developers and you're doing very well for the project I invite you heartfelt but also other people who read the comment and can program relatively well.

LG. DopeKarma

DopeKarma
Автор

How would you change the script to be like a stopwatch, with the count starting a zero from the beginning of an obby and clock the time it took to complete the obby...

stewartpantel
Автор

What if you want to use tenths of a second in the last minute? How would you do that?

stantonyaworski
Автор

Is it also possible to make the timer go up?

FreeGilio
Автор

when u touch a brick then let the timer start. if u touch the winpad it will send a message to a discord server with the time of the player. and the timer goes bigger.

mliq
Автор

Is there a way when a specific time like 6:30 a GUI pops up?
REPLY

justakevin
Автор

I'm doing this with a remote event and it's not working, any help?

iwazaruK
Автор

can u make an actual 12 hour filter enabled clock?

lmaookspam
Автор

How do you make it to where it counts up? Please help!

alexandergasparlin
Автор

The timer works when I play on studio but the timer doesn’t count down in roblox

lecheffantome
Автор

I want it so that when the timer is done you get a badge, is there a way?

belowaverage
Автор

Is it a live countdown? Or does it restart everytime you rejoin?

Lasseboss
Автор

It works but first time when i run the game minutes don't work. It calculates and it's leaving 3 minutes without '0'. When remainder is reaching 0 then minutes are starting to work.

siniarskimar
Автор

Guys! You are over complicating this! This is the script you have to do (it's extremely simple):

-Place textlabel in GUI and local script in texlabel

Script:

while true do
wait(1)
script.Parent.Text = script.Parent.Text - 1
end

(Set the text to the amount of seconds you want)

thenoobyblock
Автор

I'm a beginner scripter and I scripted it correctly first try!!!!

devfluffles
Автор

wait(7)
local seconds = 120
local minutes = math.floor(seconds/60)
local percentage = seconds%60
local clock = script.Parent
for i = 1, 60 do
wait(1)
sec = 60-i
if 60-i < 10 then
clock.Text = "0"..minutes..":0"..sec
else
clock.Text = "0"..minutes..":"..sec
end
end
for i = 1, minutes do
for i = 1, 60 do
wait(1)
if 60-i < 10 then
clock.Text = minutes..":".."0"..(60-i)
else
clock.Text = minutes..":"..(60-i)
end
end
print(minutes)
minutes = minutes-1
print(minutes)
end
The minutes aren't changing, it says 2 no matter what

xboydubose
join shbcf.ru