HOW TO CREATE A SERVER TIME GUI - Roblox Studio Tutorials

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 246

  • @robloxtutorialcentral4251
    @robloxtutorialcentral4251  5 лет назад +26

    Thanks guys for the support! Any ideas for more tutorials in the future?

    • @prodcielos
      @prodcielos 5 лет назад

      Material footsteps? Or a rainbow GUI?

    • @woahiplaygames5686
      @woahiplaygames5686 5 лет назад

      An enemy npc

    • @Mrgalaxo
      @Mrgalaxo 4 года назад

      How do I make more servers on my roblox games?

    • @tecomssm2799
      @tecomssm2799 4 года назад

      can you make it the same but remove the Time text?

    • @moynulislam6315
      @moynulislam6315 4 года назад

      Do a remake of this one because im pretty sure it doesnt work anymore

  • @Zeirous
    @Zeirous 6 лет назад +27

    thanks for the shout out ;)

  • @arilillo1302
    @arilillo1302 4 года назад +69

    while true do
    script.Parent.Text = string.sub(game.Lighting.TimeOfDay,1,5)
    wait()
    end

    • @uredz3991
      @uredz3991 4 года назад +1

      Thx

    • @chiquitathechicken
      @chiquitathechicken 4 года назад +1

      Thank you

    • @SkeetwasStolen
      @SkeetwasStolen 4 года назад

      Not that helpful since it super short but thank you i still used it xD

    • @2MeKids
      @2MeKids 4 года назад

      OMG TYSM I AM TOO LASY TO SCRIPT!!!!!!!

    • @skrakaayyyyy_itzyostep
      @skrakaayyyyy_itzyostep 4 года назад

      @@2MeKids You're too lazy to script 4 lines that aren't even that long compared to me and my friend having to work together to do a 2000 Paragraph script for a train. Ok. Nice energy vibes.

  • @anilthale1927
    @anilthale1927 5 лет назад +10

    If you don't want the Day/night plugin, then insert this script in workspace :
    local minutesaftermidnight = 0
    while true do
    game.Lighting.Setminutesaftermidnight(minutesaftermidnight)
    minutesaftermidnight = minutesaftermidnight + 60
    wait (1)
    end

    • @dolliotic
      @dolliotic 5 лет назад

      It didn't work?

    • @polargaming4541
      @polargaming4541 4 года назад

      @@dolliotic the actual script is:
      while true do
      game.Lighting.TimeOfDay = 16:00:00

  • @definitelynotchris.
    @definitelynotchris. 4 года назад +3

    Good job, This is your first one?! I’ve seen no RUclipsr do a good first tutorial like you!

  • @nexus95
    @nexus95 5 лет назад +2

    IT WORKS, THIS ONCE ACTUALLY WORKS! THANK YOU SOOOOOO MUCH!!!!

  • @itsmenelson3010
    @itsmenelson3010 5 лет назад +2

    Thank you so much, I hope my game gets at least 50 visits a week. Please carry on posting tutorials on things that the average person would need making a game. I wish you luck on RUclips :)

    • @lua_programmer
      @lua_programmer 5 лет назад +1

      UUUU what game are you making?

    • @starfoundead
      @starfoundead 5 лет назад +1

      I'm not a famous dev or anything but I got about 1k a day for my game. I'm pretty proud of that.

  • @robloxtutorialcentral4251
    @robloxtutorialcentral4251  6 лет назад +18

    If the video isn’t working for you, a few things you could try are:
    • restarting Roblox Studio
    • using a Script instead of a LocalScript
    • checking the Wifi
    Hope this helps! Thanks for the support! Happy New Years! 🎉

    • @IvandroidYT
      @IvandroidYT 6 лет назад

      Good video :)

    • @luft_and_keglia2284
      @luft_and_keglia2284 4 года назад

      hey time no runinng

    • @aniqsyafikamaruzaman8382
      @aniqsyafikamaruzaman8382 3 года назад

      the time works in studio but not in roblox game

    • @Hay1335_
      @Hay1335_ Год назад

      while true do
      script.Parent.text = string.sub(game.lighting.TimeOfDay,1,5)
      wait()
      end
      it did not work?

  • @dev_dxniel
    @dev_dxniel 5 лет назад +11

    You actually helped me learn script with ONE script. I know how to script my full games. Thank you so much! It was my dream becoming a programmer.

    • @deadassmemes1776
      @deadassmemes1776 5 лет назад

      @Dreadmania Do you grt payed? ;W;

    • @snooot_snooot
      @snooot_snooot 4 года назад

      @Dreadmania It would be awesome to have you be a programmer for my game but I feel like people who do that should be payed.
      I bet you're awesome at it though.

    • @snooot_snooot
      @snooot_snooot 4 года назад +1

      @Dreadmania Aw, that's nice to hear! Well if you want, I have a really small game and want to change/add some small things. If you want you can maybe help? Only if you really want to though.

    • @snooot_snooot
      @snooot_snooot 4 года назад

      @Dreadmania Well, I would like to have a little thing on the leader board that gives you a point every 5 to 10 minutes. Can you do that?

    • @snooot_snooot
      @snooot_snooot 4 года назад

      @Dreadmania Nice! I don't know much about scripting and Roblix studio in general but I have to go sleep now.

  • @thischanneldontexist7347
    @thischanneldontexist7347 4 года назад +9

    "New Tutorials Everyweekk!"
    cries ...

  • @St3ven_
    @St3ven_ 2 года назад

    Thank you so much for this! It was really helpful, I searched everywhere for this and got this on my recommended page. New subscriber!

  • @havoccrenshaw3416
    @havoccrenshaw3416 4 года назад

    how tf you arent recognized this helped a lot in the process of a game that I'm making you're getting a sub

  • @pootispow0
    @pootispow0 4 года назад +2

    holy this helped me for my new game pilot simulator I will link it when it is done its private

  • @datunalaitadze361
    @datunalaitadze361 6 лет назад +5

    thank you, when I first time tryed it didnt work, I thought its scam, then I just restarted roblox studio and it worked XD

  • @SupernovaFishsticks
    @SupernovaFishsticks 3 года назад

    AAAA TYSMM IVE BEEN TRYING FOR DAYS AND I FOUND A SCRIPT THAT FINALLY WORKS

    • @whysaff
      @whysaff 3 года назад

      why it can be work i try but not work try give me a script plz

  • @0hhasher948
    @0hhasher948 3 года назад

    Ohmygosh
    It works!
    Thank you so much, you've saved me lol

  • @dolliotic
    @dolliotic 5 лет назад +3

    Thank you so much for this! Helped my game a lot!

  • @rozyasir1943
    @rozyasir1943 5 лет назад +2

    Thank you so much! It worked! And you put my fav song lol 😂

  • @BendBlox
    @BendBlox 2 года назад +2

    If it doesn't work for you guys, you also gotta remember that the roblox scripting language changes over the years, and this video is 3 YEARS OLD, so it is more then likely outdated

  • @MisterFinn6
    @MisterFinn6 Год назад

    THANK YOU THIS HELPED! +1 sub

  • @formerlygrimagikoopa
    @formerlygrimagikoopa 4 года назад

    thanks, this works even in goodblox studio (early/mid 2010 client modified to look like early 2009)

  • @henrikdilorenzo6099
    @henrikdilorenzo6099 3 года назад +3

    if u guys need the script I got ya
    Script:
    while true do
    script.Parent.Text = string.sub(game.Lighting.TimeOfDay, 1,5)
    wait()
    end

    • @Ramboe._
      @Ramboe._ 3 года назад

      Do u know how to slow the time?

  • @Maxdamoney
    @Maxdamoney 5 лет назад

    This actually worked! Thank you so much for making this Video

  • @maxyt8790
    @maxyt8790 4 года назад +1

    Hello. Why time is going very fast? Or i need to change something in scripts?

  • @empenstik1741
    @empenstik1741 4 года назад

    it works without the plugin! thanks!

  • @gingermarquel9894
    @gingermarquel9894 4 года назад

    this is great when I saw this vid I thought it was gonna be like the toh timer but no tysm!!!

  • @YDDKBWeezo
    @YDDKBWeezo 4 года назад

    sorry to say this but i made a diffrent way to make my own timer and this helps so thanks for you

  • @michuyt777
    @michuyt777 3 года назад

    This is EPIC :)

  • @qerncia
    @qerncia 3 года назад

    nice nice!

  • @Stealth10
    @Stealth10 3 года назад

    This is so helpful thank you :D

  • @cookie6155
    @cookie6155 4 года назад

    It works, it's just that my sun glitches so it goes from 10:00 PM. to 6:00 AM.

  • @suzanwantland2808
    @suzanwantland2808 6 лет назад

    good video I don't know how your not gaining subscribers.so, thank you I'm not good at making games yet so his helped me.

  • @youss3403
    @youss3403 4 года назад

    Thanks for showing this tutorial i really needed it

  • @dolloreanadog
    @dolloreanadog 5 лет назад +1

    YOU SAVED ME THANK YOU!!!!

  • @ItsFerdiNah
    @ItsFerdiNah 5 лет назад

    its working i will suscribe ;)

  • @prodcielos
    @prodcielos 5 лет назад

    This helped a lot, I’m subbing

  • @orangejellydrinkc4542
    @orangejellydrinkc4542 4 года назад

    this is so helpful thank you

  • @natsumi_tunic
    @natsumi_tunic 4 года назад

    tysm this worked!

  • @OfficialBackrooms
    @OfficialBackrooms 4 года назад +1

    12AM
    1AM
    2AM
    3AM
    4AM
    5AM
    6AM
    Perfect

  • @lrxue4290
    @lrxue4290 5 лет назад

    This Video! Helped Me Out For My Games.Thanks For Helping Me Our :D

  • @albertlemountainpeak7146
    @albertlemountainpeak7146 4 года назад +1

    For the game I made all it says is "Time" it dosen't change I'm not sure what happened is it that I have a ton of things in my game or did I do something wrong?

  • @farlt1382
    @farlt1382 4 года назад

    New sub

  • @doormat-wr9su
    @doormat-wr9su 5 лет назад +1

    Not what I was looking for, but good tutorial!

  • @wickedroyalty
    @wickedroyalty 6 лет назад

    Thank you! That was much easier for me. It was alittle fast though but it worked nicely thank you

  • @julianameza4640
    @julianameza4640 4 года назад +2

    Everytime I join my ACTUAL game that isnt testing, it doesn't work its like paused at a certain time.

  • @keep..up_with-sunlight
    @keep..up_with-sunlight 3 года назад

    Thank you so much!

  • @mrlemflem
    @mrlemflem 2 года назад

    What if i want something like
    an event fires at say, 3:00 and then theres text on the screen saying something like
    "i should go to sleep"
    how would you do that?

  • @Motion1Vfx
    @Motion1Vfx 4 года назад +1

    HELP!! My label is working fine in roblox studio test mode but when i try it on roblox the time is staying the same and not changing PLEASE HELP!!

    • @rockythedeveloper9932
      @rockythedeveloper9932 3 года назад

      Oh try this! web.roblox.com/library/878767254/Day-And-Night-WORKING?ViewInBrowser=true&CreatorId=122610456&SearchId=3F59CF43-7064-48DA-A980-B3BB2F558CED&Category=Model&Position=1&SearchKeyword=&CreatorType=User&SortType=Relevance

  • @pouriafeyli7039
    @pouriafeyli7039 4 года назад

    Nice

  • @bandit-ttk
    @bandit-ttk 4 года назад +1

    is there a way to make the time work but the day/night cycle stay night because im making a horror game?

  • @mawadafadul7002
    @mawadafadul7002 3 года назад

    It worked
    😀

  • @mrakapagunakeitaro1038
    @mrakapagunakeitaro1038 4 года назад

    Its worked for 2020!

  • @cupidkitty8168
    @cupidkitty8168 6 лет назад +10

    while true do
    script.Parent.Text = string.sub(game.Lighting.TimeOfDay,1,5)
    wait()
    end
    Your welcome :)

    • @aqsem9073
      @aqsem9073 6 лет назад

      what if i just want the time to go forward and not the day

    • @daniaria6654
      @daniaria6654 5 лет назад

      while true do
      script.Parent.Text = string.sub
      wait()
      i think?

  • @andystooksbury4612
    @andystooksbury4612 5 лет назад

    Wow this rlly helped tysm! 😃😃😃😃😃😃😃😃😃

  • @LECLAUDIOUS
    @LECLAUDIOUS 4 года назад

    thanks it worked
    but how to make a time counted properly because it counted too fast as stopwatch

  • @cdavis_ac
    @cdavis_ac 4 года назад

    Thank you! It works but it is a bit fast for me. But it's fine! Thank you very much!

  • @gamersuniteish
    @gamersuniteish 5 лет назад

    Something about that avatar its just so cute XD (well that its a noob and the face mostly...)

    • @oscarduce6305
      @oscarduce6305 5 лет назад

      I always thought that about the noobs XD

  • @AngelMilkaXP
    @AngelMilkaXP 4 года назад +1

    but how to make it so that time decreases on the contrary?

  • @user-qo9bt1sc7t
    @user-qo9bt1sc7t 5 лет назад +1

    THX WORKED oopsie caps

  • @SkeetwasStolen
    @SkeetwasStolen 4 года назад +1

    ty

  • @jamie-tu7vw
    @jamie-tu7vw 5 лет назад

    IT WORKED

  • @scoopy1801
    @scoopy1801 4 года назад +1

    I tried to remove it but now its just nightime.Please help me cause i cut all of the scripts and stuff.

    • @GiganticArmani
      @GiganticArmani 3 года назад

      I know you commented 7 months ago, but you should be able to click on "Lighting" in the workspace, scroll down to the "Data" section in Properties, and change "TimeOfDay" to the time you want (e.g, 12:00:00 for midday). Hope this helps!

  • @Unknown_blonde
    @Unknown_blonde 4 года назад +1

    Hii it don’t work for me it just stays on 14:00 pls somebody help

  • @glowinqlinds1710
    @glowinqlinds1710 3 года назад

    OMFG TYMS

  • @BigfootisReal88
    @BigfootisReal88 3 года назад

    I already got the time cycle before i watched this XD

  • @yourstrulydayday2455
    @yourstrulydayday2455 4 года назад +1

    mine works in studio but doesnt work in game
    it says 4:22 and just stays

  • @zylnz5563
    @zylnz5563 4 года назад

    nice

  • @bodya_vor
    @bodya_vor 4 года назад

    Danke Schon)

  • @adammak8920
    @adammak8920 3 года назад

    Hi! My time gui show military time which i dont want it to. is there any way to fix this?

  • @daffodilax6834
    @daffodilax6834 3 года назад

    I have a question, why does it have like a negative stuff (ex. -8:3) and the time decreasing instead of increasing..

  • @thr1LLh0use
    @thr1LLh0use 4 года назад

    exuse me, but does it work with any day and night plugin?

  • @ilaydademir8350
    @ilaydademir8350 5 лет назад

    Ur edir program?

  • @Ramintyske
    @Ramintyske 6 лет назад

    omg thx you i need for my game thx you

  • @holycrusaders4526
    @holycrusaders4526 4 года назад

    please respond ( i tried this and it only worked in roblox studio and not in game when you publish it.

  • @bestaccount1235
    @bestaccount1235 6 лет назад

    Thanks!

  • @d1drakedrider
    @d1drakedrider 4 года назад

    Tysm!

  • @carwell9053
    @carwell9053 5 лет назад

    Thanks so much!!!!!!!!!

  • @raiinvy
    @raiinvy 3 года назад

    its been 3 years..

  • @pendantleech
    @pendantleech 5 лет назад

    If anyone wants to just copy and paste it, here it is.
    while true do
    script.Parent.Text = string.sub(game.Lighting.TimeofDay, 1, 5
    wait()
    end

  • @imnot4chriss
    @imnot4chriss 4 года назад

    Instead of using the night and day download use this script:
    local minutesaftermidnight = 0
    while true do
    game.Lighting.Setminutesaftermidnight(minutesaftermidnight)
    minutesaftermidnight = minutesaftermidnight + 60
    wait (1)
    end
    and then the script inside the gui:
    while true do
    script.Parent.Time = string.sub(game.Lighting.TimeOfDay,1,5)
    wait()
    end

  • @keyshasnow3320
    @keyshasnow3320 3 года назад

    Love the video! But for some reason,I cant change the font,size and make the textlabel background transparent..

  • @Lithium59
    @Lithium59 2 года назад

    I actually have a working time script that changes the time every sec. Here it is(dont click the link):
    lightning = game.Lighting
    while true do
    lightning:SetMinutesAfterMidnight(lightning:GetMinutesAfterMidnight() + 1)
    wait(1)
    end

  • @puppycooluseplayz4373
    @puppycooluseplayz4373 4 года назад

    Thank you so much but how did you find that plugin I can’t find it by who is it from ?

  • @prototypebuddy9079
    @prototypebuddy9079 5 лет назад

    I want to change the time was it in the video??

  • @Kruzuxx
    @Kruzuxx 4 года назад

    can u do the timer start from 0 second

  • @jackson_ong5884
    @jackson_ong5884 3 года назад

    What if I want to add AM and PM behind the time? How im going to do?

  • @gloomy5704
    @gloomy5704 4 года назад

    Thank you!The script worked perfectly!

  • @SutsyBeach
    @SutsyBeach 4 года назад

    It works which makes me happy but it says military time for some reason XD. Anyone know how to fix that?

  • @itsokano
    @itsokano 4 года назад

    can you write the script in the desc because i dont bother writing the script on my own

  • @GabrielquintasYT
    @GabrielquintasYT 3 года назад +1

    The Script:
    while true do
    script.Parent.Text = string.sub(game.Lighting.TimeOfDay,1,5)
    wait()
    end
    Enjoy!

  • @pookpala1683
    @pookpala1683 5 лет назад

    Thanks

  • @Poonie
    @Poonie 5 лет назад

    Can you make a tutorial so same thing with the time but it will loop 12:00am to 6:00am it will just loop

  • @sn4rky_
    @sn4rky_ 4 года назад

    How do you change the time, mine says 00:00

  • @aqsem9073
    @aqsem9073 6 лет назад

    cool but how do you make the timer start from 0?

  • @FlopZenith
    @FlopZenith 4 года назад +1

    i have a suggestion: REMOVE THE ANNOYING UNKNOWN MUSIC IN ALL OF YOUR VIDEOS

  • @小添-x8f
    @小添-x8f 5 лет назад

    i am not sure how to make the little box to type time

  • @X_zoird
    @X_zoird 4 года назад

    Where do u find that

  • @EmilySavv
    @EmilySavv 5 лет назад

    I have a question idk how to script pls help with that pls put in in descp

  • @howtogetfreerobux4990
    @howtogetfreerobux4990 4 года назад

    usefull

  • @Mrgalaxo
    @Mrgalaxo 4 года назад

    How do 1 make more the one server