About 56,900,000 results
Open links in new tab
  1. How can a make a Minutes:Seconds timer - Roblox

    Dec 3, 2023 · you can convert a second to minutes and seconds by dividing the seconds by 60 seconds (1 minute) then rounding it off to get the minutes local minutes = seconds // 60 and …

  2. How To Make A Minute Form Timer - Scripting Support - Roblox

    Dec 7, 2020 · I want it so that it countsdown in minute form such as: 1:00, 0:59, 0:58, 0:57 and so on. I want the script to be short and simple. Thanks, Script for normal countdown: wait(1) …

  3. How to make a timer with minutes and seconds - Roblox

    Jan 27, 2025 · You can place the code in your current script and use the startTimer function with the first argument being how long it will take. After doing that, create a RemoteEvent in …

  4. How do I make a timer that uses minutes and seconds? 00:00 - Roblox

    Jul 12, 2020 · I am working on a game and want to use a timer that uses minutes instead of having the seconds only. I have been trying for hours to do this but I cannot get it down. …

  5. How to make a MINUTES AND SECONDS TIMER in ROBLOX

    In this video I will be showing you how to make a MINUTES AND SECONDS TIMER in ROBLOX STUDIO! If you love watching my videos, please consider subscribing bec...

  6. AttributeTimer | Easiest Way to Add Timers to Any Object ... - Roblox

    May 8, 2025 · Introduction CounterService is a free, easy-to-use service for creating counters and timers in your Roblox game. Whether you need simple counters to track in-game statistics or …

  7. How can I change the timer format from seconds to minutes ... - Roblox

    Oct 12, 2021 · local seconds = time - math. floor (minutes * 60) print (minutes.. ":"..seconds) If you want just a converting function, then you could do something like this: local seconds = math. …

  8. How to revert the roblox studio interface!

    May 3, 2025 · How to Revert the New Roblox Studio UI to the Old One Hello everyone! Today I’ll show you how to revert the new Roblox Studio UI back to the classic old one that we all love. …

  9. Timers and events | Documentation - Roblox Creator Hub

    To add a timer into the game, use the premade module script in the steps below. It includes functions to start and end a timer, as well as return the amount of time left. In ServerStorage > …

  10. How to make a time range using :GetMinutesAfterMidnight ()? - Roblox

    Aug 7, 2020 · my objective is to make a time range that can work with :GetMinutesAfterMidnight (). here is what I have so far. local dusk = {16, 18} local night = {18, 6.2} local timenow = …

Refresh