HOW TO MAKE A MAIN MENU 🛠️ Roblox Studio Tutorial

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • OFFICIAL FLOPPY SHOULDER PAL: www.roblox.com...
    In todays video I show you how to make a Main Menu, Main menus are used to allow players to interact with the game before they have even begun playing the main game. Main Menus usually have a Play Button, Credits Button and sometimes a settings button.
    I Hope you enjoyed the video, Have a lovely rest of your day!
    If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out!
    IRL Floppy Merch : itzfloppyfish....
    🌟 Floppys Discord Server: / discord
    Script 1 (Play Button Script) :
    local Gui = script.Parent.Parent
    script.Parent.MouseButton1Click:Connect(function(clicked)
    Gui:TweenPosition(UDim2.new(0,0,1,0), "InOut", "Sine",3.5)
    for i = 1,25 do
    wait (0.05)
    game.Lighting.Blur.Size = game.Lighting.Blur.Size - 3
    end
    end)
    ----------------------
    Script 2 (Credits Button Script):
    script.Parent.MouseButton1Click:Connect(function()
    script.Parent.Parent.Parent.CreditsFrame.Visible = not script.Parent.Parent.Parent.CreditsFrame.Visible
    if script.Parent.Parent.Parent.CreditsFrame.Visible then
    script.Parent.Parent.Visible = false
    else script.Parent.Parent.Visible = true
    end
    end)
    ----------------------
    Script 3 (Credits Close Script):
    script.Parent.MouseButton1Click:Connect(function()
    script.Parent.Parent.Visible = false
    if not script.Parent.Parent.Visible then
    script.Parent.Parent.Parent.MainFrame.Visible = true
    end
    end)
    ----------------------
    Roundify Plugin: www.roblox.com...
    🌟 Floppys Roblox Game : www.roblox.com....
    Roblox Studio Tutorial
    Roblox Studio
    Studio Tutorials

Komentáře • 2K

  • @look4dave
    @look4dave Před 6 měsíci +24

    Me and my friend are making a zombie border game and this helped so much! i always wanted a professional UI screen but all of the tutorials never worked. Sure, this was on the lengthly side, but you explained it to us in depth so if we ever learn Lua, we can learn from you, and i sure did! If your wondering if this one is a good one, its great!
    -Things I got-
    an absolutely awesome GUI
    A beautiful transition
    Play button
    And credits!!

    • @Zkedits544
      @Zkedits544 Před 2 měsíci +1

      Cool😮

    • @zoqyaax.x
      @zoqyaax.x Před měsícem +1

      The game sounds fun!Tell me whens it's made!

    • @Sedo_YT
      @Sedo_YT Před měsícem

      Game name?

    • @Salmondogyt
      @Salmondogyt Před 17 dny

      Weres the link

    • @Vortex-x3x
      @Vortex-x3x Před 8 dny

      my guy floppy is doing a great job at doing tutorials am currently making a military rp game he's name tag is the biggest thing i need

  • @dreidavillegas
    @dreidavillegas Před 8 měsíci +57

    I followed the tutorial down to the letter and everything worked great! Thank you so much :)

  • @TR1SHA
    @TR1SHA Před 5 měsíci +28

    thank you soo much omg im trying to make a game and all the play gui tutorials were either too complicated and long or just flat out didnt work. this saved my life

    • @Itz_FloppyFish
      @Itz_FloppyFish  Před 5 měsíci +10

      Glad I could help!

    • @PMMRGOLDONTOP
      @PMMRGOLDONTOP Před 3 měsíci +2

      @@Itz_FloppyFish How do I stop People from moving

    • @rareyel
      @rareyel Před 2 měsíci +1

      @@PMMRGOLDONTOP make so the player first spawns in a box. then when they click play. you teleport them to the map. i think

    • @izzyfromtheshaaret9097
      @izzyfromtheshaaret9097 Před 2 měsíci +1

      @@Itz_FloppyFishbro floopyfish how do I get it off when I’m building because it’s very annoying

    • @F0xtr0t775
      @F0xtr0t775 Před 2 měsíci

      ​@@izzyfromtheshaaret9097 lighting, then blur, click the enabled box, then starter gui, screen gui, click the enable box

  • @ameliasaep
    @ameliasaep Před 8 měsíci +27

    YOU DONT EVEN UNDERSTAND HOW MUCH THIS HELPED ME. THANK YOU!!

  • @rockinbalencis6930
    @rockinbalencis6930 Před 2 měsíci +5

    excellent explanation who clearly conveys the contents. In addition, he included script specifics in his descriptions! fantastic video

  • @ZeeZuzu
    @ZeeZuzu Před rokem +13

    ty so much bro i needed that tuto for my game! continue like that.

  • @thepuppet3000
    @thepuppet3000 Před 7 měsíci +74

    YO my guy this is so good worked perfectly YOU JUST EARNED A NEW SUB!!! EDIT: 66 likes oh god!

  • @T1Gn1hJJ
    @T1Gn1hJJ Před 10 měsíci +9

    Hey man this is so cool! All working, thank you very much.

  • @N00b_SHORTZz
    @N00b_SHORTZz Před měsícem +1

    GUY!!! BEFORE SAYING IT DOESN'T WORK OR ASKING FOR HELP, PLEASE REVIEW THE VIDEO AND MAKE SURE YOU DID EVERYTHING CORRECTLY!
    (I used it on 5 different accounts and it has worked everytime)

  • @jibranron4786
    @jibranron4786 Před 12 dny +2

    IMMA ALMOST NEED TO SLEEP DOING THIS ITS SO HARD BUT GREAT JOB MAN!

  • @TobyDogIRL
    @TobyDogIRL Před rokem +7

    this worked really well! if you want a menu like yansim do this: first things first, copy your entire map and take it somewhere where exploiters cant find it (so exploiters arent flying around the menu screen) then, get ur character and pose it, leave it, or animate it (i animated yanchan so it would look a lil better) then just copy what the vid is doing and boom. make sure your spawn point is at the real school or else people will be confused why they are at the menu map! edit: optionally if you want less lag for ur mobile players you can delete all of the menu school that players wont be able to see on the menu

    • @imakevideos774
      @imakevideos774 Před 11 měsíci +1

      wait, can you explain deeper? like how to set up the camera and such?

    • @TobyDogIRL
      @TobyDogIRL Před 11 měsíci

      bro its all over youtube@@imakevideos774

    • @romanempirelolfn
      @romanempirelolfn Před 2 měsíci

      nah im making a dynablocks game lmao

  • @TDK507
    @TDK507 Před rokem +28

    Amazing video, This really helped me out, I started today and I almost have a game ready, looks really nice with the GUI'S

  • @breadome
    @breadome Před 2 měsíci +10

    its good but how do i make my game with the buttons in the way?

    • @allyhedgehog
      @allyhedgehog Před 2 měsíci

      did you ever figure this out? im wondering this too, but i think i just might be stupid lol

    • @mr.kniest
      @mr.kniest Před 2 měsíci

      @@allyhedgehog same

    • @PersonPerson930
      @PersonPerson930 Před 2 měsíci +4

      At the top press view and then UI Visibility

    • @VCNO
      @VCNO Před 2 měsíci

      @@PersonPerson930this works perfectly, except how do you get rid of the blur as well? Thanks btw

    • @JosefMacrdich
      @JosefMacrdich Před měsícem

      Bro u thought its outdated cause it aint working for me how did it work for you guys?

  • @LumberGaming
    @LumberGaming Před měsícem

    i love how calm everything is and easy it is to make

  • @Gcha.creeaations
    @Gcha.creeaations Před 3 měsíci

    this is so useful idk what I would’ve done without this tysm !!

    • @Peanut_3483-m3t
      @Peanut_3483-m3t Před 2 měsíci +1

      Oh sorry about it. I think the script is out of date.

  • @plexxy3784
    @plexxy3784 Před rokem +10

    what no one is talking about is the fact that if you switch the screen to a different moniter the "play" button is in the center anymore if your moniters are different sizes. meaning if someone doesnt have the same moniter size as yours , it will look really weird. is there any way to fix this?

  • @BlastAndYanaRBLX
    @BlastAndYanaRBLX Před 4 měsíci +3

    gosh thank you sm i came from someone who did a tut for so long but somehow i wasted time cause it did not work, thank you for this it helped me alot!! because of this you gained a new subscriber!

  • @Vickyg1727
    @Vickyg1727 Před rokem +11

    Thank you so much this helped me a lot 😭 Your the top G bro and you definitely earned a new sub! Keep doing what you do!

    • @Itz_FloppyFish
      @Itz_FloppyFish  Před rokem +6

      Haha thanks so much! Much appreciated!! What sort of other tutorials would you like to see?

    • @qucwa
      @qucwa Před rokem +4

      @@Itz_FloppyFish how to make 10 hours in game badge plssss

    • @Nicolas_lekoala
      @Nicolas_lekoala Před rokem +3

      @@Itz_FloppyFish I would personally like to see how to make a team changer GUI (with Group locked teams, Gamepasses, and normal access teams if it's not too complicated.)

    • @waraxol6939
      @waraxol6939 Před 11 měsíci +3

      @@Itz_FloppyFish its not working even if i rename it could you help

    • @Idk1234abcSorryIfImCringeLol
      @Idk1234abcSorryIfImCringeLol Před 19 dny

      @@Itz_FloppyFish I don't need a separate tutorial for this, all I want is a cam facing a place to finish off my menu screen, and so that the player can't move while the menu is in action. Edit: Ik I already was begging for this lol sorry for bothering you if I did 3:

  • @Uday_Fr
    @Uday_Fr Před 15 dny +1

    W bro nice work keep it up 🔥💯

  • @Anonymous-lo4gr
    @Anonymous-lo4gr Před 2 měsíci +1

    omg thx the only thing that my game needs i watched the entire tutorial and the codes were working thank you so much :D

  • @oneyes10
    @oneyes10 Před rokem +7

    Instead of going to roundify, if you push the plus nest to your text button or anything really, type UI corner and customize. Its way faster!

    • @BadBois20
      @BadBois20 Před rokem +2

      I knew there was something like that but I forgot the name

    • @ErinsAura
      @ErinsAura Před rokem

      plus the roundify thing is broken. for him he didnt have to touch anything and it covered the button but when you use it it doesnt cover the whole button and when you try to fix it by stretching it over it doesnt work and just glitches

    • @ErinsAura
      @ErinsAura Před rokem

      that doesn't work either it leaves these weird things on the edges and makes it look 10x worse.
      not cool.

    • @oneyes10
      @oneyes10 Před rokem +1

      @@ErinsAura weird. It worked for me and looked fine

    • @HypeRatt
      @HypeRatt Před 9 měsíci

      As a person who knows about this, I absolutely cringed while watching this video 😆😆

  • @SCPULTIMATEROLEPLAY
    @SCPULTIMATEROLEPLAY Před 10 měsíci +6

    This helped me so much with my game! You are so underrated!! I’m subscribing rn!!

  • @nowee_playzz4931
    @nowee_playzz4931 Před 8 měsíci +11

    Thanks! This really helps and both buttons work. Now I can use it in my games!

  • @GamingQuasarShorts
    @GamingQuasarShorts Před měsícem +1

    THX MAH MAN I WAS JUST SCROLLING THROUGH FOR MY GAME AND FOUND THIS U FOUND A NEW SUBBB

  • @StupidMeme700
    @StupidMeme700 Před měsícem +1

    THANK YOU SO MUCH THIS IS A REAL TUTORIAL

  • @duckdeluxe11
    @duckdeluxe11 Před rokem +16

    For anyone using this tutorial and discovering the credits button won't work, it's likely because you named the credits frame something other than "CreditsFrame" I recommend just changing the frame name to that to fix it.

    • @Thedog2366
      @Thedog2366 Před rokem +1

      Thx man! It worked after I changed it

    • @DaNoobAdamus
      @DaNoobAdamus Před rokem +5

      The credits button still doesn't work even after renaming it, But I did everything, right? Can you help me

    • @layangoated
      @layangoated Před rokem +1

      tyy

    • @duckdeluxe11
      @duckdeluxe11 Před rokem +1

      @@DaNoobAdamus if youre still having this problem id reccomend just deleting the script and copy and pasting it again because its likely an error somewhere else in the script

    • @DaNoobAdamus
      @DaNoobAdamus Před rokem

      oh okay!@@duckdeluxe11

  • @TayIor-Swift.Offical
    @TayIor-Swift.Offical Před rokem +8

    this helped me with a main menu in my backrooms game thanks alot

  • @ruslanbikeriderLIVE
    @ruslanbikeriderLIVE Před 8 měsíci +12

    thanks man! currently developing a horror game with some of my friends and i rlly am happy bout this :EDIT: FOR EVERYONE ASKING IT'S CALLED THE FRIEND MAKER XD

    • @djkeyk1
      @djkeyk1 Před 7 měsíci

      what's the name for the game?

    • @Yara_Ash
      @Yara_Ash Před 7 měsíci

      I have the exact situation

    • @theonlymami
      @theonlymami Před 6 měsíci

      how do u share a Roblox worldddd

    • @CreeperEditz1
      @CreeperEditz1 Před 6 měsíci

      What's the name?

  • @UrMateEm
    @UrMateEm Před 2 měsíci

    YOU DON'T KNOW HOW MUCH THIS HELPED ME!

  • @JaxRBLX1
    @JaxRBLX1 Před 8 měsíci +1

    Loved this tutorial then the simple one and you earned you're self a sub

  • @hakanakanaral3942
    @hakanakanaral3942 Před rokem +4

    Best Tutorial i ever seen! u sayed all the Important things in an easier way!! now i can work better on my game!! thank you so much :)

  • @Ubihh
    @Ubihh Před rokem +4

    can you make it so that the players cant move while the menu is open?

    • @bestxk3176
      @bestxk3176 Před 11 měsíci

      Same

    • @ElixirGolemUser
      @ElixirGolemUser Před 7 měsíci

      Yall

    • @ElixirGolemUser
      @ElixirGolemUser Před 7 měsíci

      My tip for this is to just make the background a plain color and add a room at spawn so then players dont die,then make a script where when you click play you get teleported to the actual game---hopefully this was helpfull

    • @Ubihh
      @Ubihh Před 7 měsíci

      @@ElixirGolemUser i made 2 seperate scripts for the closing and the speed regain if yall want it i can send it, tho it might be buggy

  • @riveroselpro7395
    @riveroselpro7395 Před 8 měsíci +6

    The credit button doesn't work, can someone help me? pls

    • @a_new_yoyo-er
      @a_new_yoyo-er Před 4 měsíci +1

      my play button doesnt work idk if its the new update

    • @Real-Snowball_vr
      @Real-Snowball_vr Před 3 měsíci

      @@a_new_yoyo-er ik right

    • @shpatishpati5864
      @shpatishpati5864 Před měsícem

      @@a_new_yoyo-er for me it works fine

    • @Mtr_R
      @Mtr_R Před 7 dny

      Yeah the button doesn't work, but I did find an alternative script, you can just copy and paste it:
      local creditsBtn = script.Parent
      local creditsFrame = script.Parent.Parent.Parent:FindFirstChild("CreditsFrame")
      creditsBtn.Activated:Connect(function()
      creditsFrame.Visible = not creditsFrame.Visible
      script.Parent.Parent.Visible = false
      end)
      NOT PART OF THE SCRIPT - I would edit "CreditsFrame" to whatever you named it to then you're fine.

  • @MartyzLetsPlays
    @MartyzLetsPlays Před měsícem +1

    Hey Floppy! The last script doesn't work when i press close credits its just blur and nothing else EDIT: I didn't fix it and broke the game Bruh

  • @jonathanquinones2197
    @jonathanquinones2197 Před 21 dnem

    Thank you man you earned a new sub this saved me so much time in my game Explore its my first game so this saved me ALOT of time

  • @subtobcraft
    @subtobcraft Před rokem +8

    How to make that all Buttons arent visible while during the Main menü and when a Player clicks Play the Buttons should be visible again

  • @swieber931
    @swieber931 Před rokem +4

    I did everything right but the button dont spawn pls help me

  • @pamgamersteam2592
    @pamgamersteam2592 Před 5 měsíci +46

    Dosent work 😢

  • @Mrgoof-j6j
    @Mrgoof-j6j Před 8 dny

    This guy is the goat, even though this was made a year ago, it still work! ITS FIRE BRO! 😀

  • @yaboyfushiguro
    @yaboyfushiguro Před 6 dny

    been over 2 years since I watched your videos
    im glad to see that you are still fine

  • @smallfoxstudios
    @smallfoxstudios Před rokem +5

    Thank you for the helpful tutorial! Quick question: If I want to keep the player from moving until they press play, what should I do/script?

    • @Marbler-mn1ew
      @Marbler-mn1ew Před rokem

      i haven't tried this yet, but i suppose you could maybe try setting the walkspeed of the player to 0 and once the play button is clicked, set it to the default walkspeed

    • @Ubihh
      @Ubihh Před rokem +1

      @@Archaid. where do you put the script in-
      im sorry am dum

    • @Aeriiona
      @Aeriiona Před rokem +1

      @@Ubihh I put it in ScreenGui, it works but it doesn't let you move after clicking play

    • @KILLFEARR
      @KILLFEARR Před 11 měsíci +3

      local Gui = script.Parent.Parent
      local Player = game.Players.LocalPlayer
      local Char = Player.Character or Player.CharacterAdded:Wait() Char.Archivable = true Char:WaitForChild("HumanoidRootPart").Anchored = true
      script.Parent.MouseButton1Click:Connect(function(clicked)
      Gui:TweenPosition(UDim2.new(0,0,1,0), "InOut", "Sine",3.5)
      for i = 1,25 do
      wait (0.05)
      game.Lighting.Blur.Size = game.Lighting.Blur.Size - 3
      local Char = Player.Character or Player.CharacterAdded:Wait() Char.Archivable = true Char:WaitForChild("HumanoidRootPart").Anchored = false
      end
      end)@@Aeriiona

    • @vexqutz
      @vexqutz Před 8 měsíci

      ​​@@KILLFEARR the player remains unable to move after clicking play

  • @21_des1res8
    @21_des1res8 Před rokem +4

    Great tutorial! Helped a lot, but how do I make the screen guis fit on any device?

  • @maisie1060
    @maisie1060 Před 4 měsíci +4

    It didn’t work

  • @thunderxcapy
    @thunderxcapy Před 3 měsíci +1

    Thanks! Now this is how you get new subscribers.

  • @luky20
    @luky20 Před měsícem +1

    tysm! i subbed and liked!

  • @ayankurdi
    @ayankurdi Před měsícem +1

    THANK YOU SO MUCH YOU ARE MY FAV ROBLOX STUDIO TUTORIAL!!!

  • @Minermonkejoe
    @Minermonkejoe Před 24 dny

    DUDE THANK YOU
    YOU ARE LITERALLY THE ONLY PERSON I KNOW OF THAT ACTUALLY HELPS WITH THESE KIND OF SCRIPTS AND STUFF

  • @yllkurshumliju3376
    @yllkurshumliju3376 Před 29 dny

    W man It really helped me and i understood with the scripting which helped me alot!

  • @memphisdeclan537
    @memphisdeclan537 Před 2 měsíci

    thank you man this made my game look 10x more smoother and professional

  • @Caraqlo231
    @Caraqlo231 Před 2 měsíci +1

    I love you channel, You helped me so much with my game😊

  • @waynenheth
    @waynenheth Před 5 měsíci +1

    This helped me out so much🎉

  • @lelecas..69lol
    @lelecas..69lol Před 25 dny +1

    Best tutorial I've ever seen, btw, if you want to use that tool to round the buttons, just go to the + on the button and select the uicorner tool. New sub and like!😛😛

  • @woahhsid
    @woahhsid Před 3 měsíci

    I like how he leaves the scripts down below. so helpful!

  • @cashmlnecraft
    @cashmlnecraft Před 2 dny

    thanks! i will be trying this out right now,

  • @EvanAftonFNaF83
    @EvanAftonFNaF83 Před 3 měsíci +1

    bro you helped me so much you deserve a like and sub

  • @SergiuItsProfesionalYTB
    @SergiuItsProfesionalYTB Před měsícem

    this was hugely helpfuly thank you!

  • @PrivateJetsOfficial
    @PrivateJetsOfficial Před 4 dny

    To everyone saying its not working it is, and 14:16 you dont need a plugin just use the *ui corner*

  • @sharkj6600
    @sharkj6600 Před 3 měsíci +1

    TYYSMMMM this has help a lot I SUBBED :)))

  • @pro_123jj
    @pro_123jj Před 7 měsíci +1

    thanks so much this helps a lot and I was able to use the Credit codes to make a shop icon too!

    • @LIFEOFAIYSHA
      @LIFEOFAIYSHA Před 4 měsíci

      can u tell what videos u used? js started making my own game

  • @LandonTellier-on8li
    @LandonTellier-on8li Před měsícem +1

    tysm this helped alot

  • @Timmy582
    @Timmy582 Před 4 měsíci +1

    U EARNED A NEW SUB thanks so much bro keep the work up

  • @titanspeakerman-xl9fh
    @titanspeakerman-xl9fh Před 2 měsíci

    Thank you so much. I’ve been wanting to make a game with buttons so you earned a new sub

  • @xX404_CuredXx
    @xX404_CuredXx Před měsícem

    keep it up a good work this helps me so much!!

  • @alanmcmullan9930
    @alanmcmullan9930 Před 2 měsíci

    TYSM IVE BEEN LOOKING FOR SO LONG TYYSM

  • @heyaitzpaule
    @heyaitzpaule Před měsícem

    Thank you so much! I adjusted it based on my liking and added more as decorations! It works so flawlessly :0

  • @MikechristopherwertsYTGamer
    @MikechristopherwertsYTGamer Před měsícem +2

    The play and the marination works just when I click on credits. It pops up, but when I wanna close credits, it doesn’t close so I can’t put credits sadly unless I can get it to work somehow.
    Edit: well I mess with the local script under credit close and mess with the mainframe, and I got the credit to Arey close when he hit close

  • @Koziplayz
    @Koziplayz Před 26 dny

    i never leave comments but thsi is just perfectly what i needed thank you so much!

  • @reginamalquisto6205
    @reginamalquisto6205 Před 4 měsíci +1

    ty so much itsmefloppy 😊😊😊 btw im new subscriber 😊😊😊😊😊

  • @ninahasalemon
    @ninahasalemon Před 2 měsíci +2

    how can i continue making my game after adding the buttons and blur? they wont go away when i try to add things and its hard to see what im doing

  • @Imnotbublz
    @Imnotbublz Před 13 dny

    little tip to make the buttons round. add a uicorner to it and customize it as you please, no plugin needed

  • @user-mw9hg7wu3p
    @user-mw9hg7wu3p Před měsícem +1

    It worked thank you so much❤❤❤❤❤❤

  • @EllaColeman-zc9gz
    @EllaColeman-zc9gz Před 8 měsíci +1

    Thank you so much

  • @AskBjerregaard
    @AskBjerregaard Před 3 dny

    your the best at making tutorials

  • @GhostRebel09
    @GhostRebel09 Před 8 měsíci +1

    Great tutorial 👍

  • @divyaj1455
    @divyaj1455 Před měsícem +1

    u gained a new subscriber:)

  • @the_first_fredbear4903
    @the_first_fredbear4903 Před 5 měsíci +1

    THANK U OMG

  • @LucasSkipper-ur9hu
    @LucasSkipper-ur9hu Před 19 dny

    Thank you so much for this it really helped now i can be really good

  • @YourDaily_RobloxDoge
    @YourDaily_RobloxDoge Před 3 měsíci

    This tutorial was great!

  • @Kaizoakio
    @Kaizoakio Před 5 měsíci +1

    The video was good but i had a problem. when i press play the buttons dont really disappear. i check the scripts alot of time to see my mistake but nothing is wrong theres no animation can you help?

  • @FORSOCIAL-gz2gb
    @FORSOCIAL-gz2gb Před 7 měsíci

    tysmm this is the first tutorial that worked for me!

  • @MajrPlayz
    @MajrPlayz Před měsícem

    Thanks for the info! New sub gained!😊

  • @hsanlinnkyi8152
    @hsanlinnkyi8152 Před 3 měsíci

    tysm for dis lil vid :)))))) this really helped me!

  • @Danh_R0bl0x-pn2jd
    @Danh_R0bl0x-pn2jd Před 16 dny

    TY SO MUCH FOR TEACHING

  • @NotToxic2234
    @NotToxic2234 Před měsícem +1

    for the roundify plugin, instead of making another text label, just make the z index for the text button to 2 I hope this helps XD

  • @M44TTT
    @M44TTT Před 2 měsíci

    SO GOOD U EXPLAINED IN DEPTH ACTUALLY WWWWW

  • @Orangehcastle
    @Orangehcastle Před 2 měsíci +2

    The play button doesn’t work

  • @MR.M0T0
    @MR.M0T0 Před měsícem

    Im making a car simulation game by myself and this really helped thank you so much for the help!

  • @muhamed-kj9kj
    @muhamed-kj9kj Před měsícem

    absolute flippin legend.

    • @muhamed-kj9kj
      @muhamed-kj9kj Před měsícem

      only problem is im making the game and all i see is a menu infront of me

  • @RamylQuiniVex
    @RamylQuiniVex Před 3 měsíci +1

    When i saw the video i was expecting to be excited but i encountered issues, when i was the loca script part and i tried to test it for example the credits, it doesnt show the credits. Even the play button. When i click it nothing happens

  • @Randomrobloxyoutuber8
    @Randomrobloxyoutuber8 Před 2 měsíci

    TYSM!!! I'VE BEEN MAKING A GAME AND THIS TUTORIAL HELPED ME ALOT, TY!

  • @Commenter-Comments
    @Commenter-Comments Před 2 měsíci

    This is so helpful! you earned a new sub

  • @TheCanineGamer
    @TheCanineGamer Před 5 měsíci

    Thank You So much this helped my game look so much more complete

  • @mdough15
    @mdough15 Před 4 měsíci

    ayy thank you for this tutorial man, apreciate it
    helped me alot

  • @thebestbuskinot
    @thebestbuskinot Před 7 měsíci

    Always love your vids!

  • @Ang3licxLara
    @Ang3licxLara Před 3 měsíci

    Tysm I’m trying to make a game and IT WORKED

  • @GijsieeeeeYT
    @GijsieeeeeYT Před měsícem

    Hey man you've earned a new subscriber i love your content and it helps me so much with my game

  • @TylerLoh-bb5ps
    @TylerLoh-bb5ps Před 6 měsíci

    I watched this vid when it first came out and now I’m have gotten so much money from those mechanics tysm

  • @Sup.810
    @Sup.810 Před 10 dny

    BRO FINALLY SOMETHING THAT WORKS!!! Ive been making a game called Rp Arkansas. Ive been making it on a game called studio lite on roblox that mimics roblox studio because I don’t have a pc and usually when i try to script something that i seen off of youtube it doesn’t work. I didnt have high hopes for this to work either but it actually did. THANK YOU A LOT!!!!

  • @clo503
    @clo503 Před 8 měsíci

    thanks for posting this video it really worked out for me

  • @demi-maewheelwright7915
    @demi-maewheelwright7915 Před měsícem

    Thanks so much this tutorial was amazing and helped massively the only thing I had a problem with was the credits . 😅