How to make a Tycoon on Roblox (Part 2)

Поділитися
Вставка
  • Опубліковано 9 лют 2025
  • Discord: / discord
    Twitter: / alvinblox
    Roblox: www.roblox.com...

КОМЕНТАРІ • 784

  • @DrJIMMI
    @DrJIMMI Рік тому +73

    Looking forward to a full course. I only looked at LUA years ago for Garry's mod when it first came out. My kid sister wanted me to make a roblox game for her so this was helpful to get started and I cannot wait to watch the full tutorial!

  • @DylanWGaming
    @DylanWGaming Рік тому +42

    Can you pls make it so the objects will have a animation before being made

    • @46221A
      @46221A Рік тому +5

      but its a canon event

    • @BaconSandwichGamer
      @BaconSandwichGamer Рік тому +4

      @@46221A spiderman 99 sound effect

    • @weirdthings9583
      @weirdthings9583 Рік тому

      That’s to compilicyaed as all models that you would buy have to be correctly rigged.

    • @GOATED_HCR2
      @GOATED_HCR2 Рік тому +2

      Also pls do one on how to datasave

    • @BaconSandwichGamer
      @BaconSandwichGamer Рік тому

      @@weirdthings9583 Complicated*

  • @francibomba09
    @francibomba09 Рік тому +12

    Guys, i was debugging for 1 hour because of misspelling. Any part of the code that uses brackets("example") cannot be registered non existent if its mispelled. Look for those mistakes.

    • @rb999x
      @rb999x Рік тому +2

      Just did the same thing because I forgot to capitalize the "Tycoons" folder name.

    • @rafsanahsan4338
      @rafsanahsan4338 Місяць тому +1

      i did the same thing and this is my big bros acc

    • @kravchuk007
      @kravchuk007 2 дні тому

      Why

    • @rafsanahsan4338
      @rafsanahsan4338 2 дні тому

      @ what do you mean?

    • @francibomba09
      @francibomba09 2 дні тому

      @@rafsanahsan4338 i've mastered scripting by now, and I can say the scripting for this tycoon game is horrible. You can easily use a more modular approach. But you have to find mispellings because it wont print anything in output it wont print errors

  • @scraptic
    @scraptic Рік тому +40

    Could you post the script in the description or a pinned comment, because I have been trying at this for a couple hours and my script wont work. 😥

    • @ashleymiller1262
      @ashleymiller1262 7 місяців тому +1

      same

    • @darkgaming4594
      @darkgaming4594 7 місяців тому +1

      Make sure you’ve got variables the correct name and research your errors if u get any.

    • @therealyungslugg
      @therealyungslugg 7 місяців тому +4

      @@darkgaming4594 my script isn't finding its children

    • @nasriyahia-b5x
      @nasriyahia-b5x 6 місяців тому +1

      true

    • @Lilyplayz123
      @Lilyplayz123 5 місяців тому

      Same but my script says there's a problem with GetTagged

  • @Vcoded
    @Vcoded Рік тому +3

    Absolute best tutorial I have ever watched on how you make a tycoon. Way to go Alvin! WWWW

  • @RyceG2
    @RyceG2 Рік тому +10

    whenever i try stepping on the button at 31:21, i get a error saying ServerScriptService.Script:43: attempt to index nil with 'GetPivot' - Server - Script:43. i need help fixing this error

    • @WinAurora2006
      @WinAurora2006 Рік тому

      Are you sure you are not telling the script to Get the Pivot of the part? Because on models theres something called GetPivot. Check again if your referring to a BasePart and not a model.

    • @nah5802
      @nah5802 Рік тому

      @@WinAurora2006 I'm having a similar problem as RyceG, but instead of GetPivot mine is refering to CFrame.

  • @vastocarzz
    @vastocarzz Рік тому

    the whiplash i get from watching your videos 5 years ago and hearing your voice now is immense

  • @supergamesjoe
    @supergamesjoe Рік тому +4

    AMAZING Waiting Part 3 hopefully you make Droppers& upgrades with data saves
    Keep going 💪

  • @MrHandzz
    @MrHandzz Рік тому +5

    Thank you so much for this tutorial, I've just stated developing and this has given a really nice idea of how to use roblox studio :))

  • @LobstaaVR10
    @LobstaaVR10 Рік тому +2

    hey legend! you are my first channel that i subbed to. you were my childhood thank you so much for being there :)
    -

  • @horizontoonsgaming4975
    @horizontoonsgaming4975 Рік тому +7

    In the next part probably will you make a thing where the player can claim a tycoon? Instead of having the player randomly selected one without their choice?
    Awesome tutorial by the way, this has helped me a lot.

    • @JEDIMASTERTOAD
      @JEDIMASTERTOAD Рік тому +1

      Just add a button at each tycoon that attaches the player to that location instead of the random select at the beginning. The code is the same just initiated by button instead of startup and each base will have a predetermined ID number assigned to the player instead of player ID assigned to the base...

  • @theholyimbaness9370
    @theholyimbaness9370 Рік тому +3

    Great stuff! Really new to developing for Roblox and this gives a great foundation to work off! :)

  • @rajaabdullahraja4965
    @rajaabdullahraja4965 10 місяців тому +3

    I think I did something wrong because for me the conveyor didn't disappear but you are very good creator and thank you I just need to debug a few things

    • @TheSirTraveler29
      @TheSirTraveler29 5 місяців тому

      same

    • @DanielArab-dc3lh
      @DanielArab-dc3lh 5 місяців тому

      Same

    • @MrMotivational-k2x
      @MrMotivational-k2x 4 місяці тому

      maybe you didn't put the items in replicated storage and inside items the conveyor is there

    • @TheSirTraveler29
      @TheSirTraveler29 4 місяці тому

      @@MrMotivational-k2x Thanks Bro But Now The leaderStats stopped working

    • @chrisallen6564
      @chrisallen6564 2 місяці тому

      I fixed my problem by changing "userID" to "UserId"

  • @SpinalRampage
    @SpinalRampage Рік тому +3

    This was a really cool tutorial and really helped me understand how you can make a tycoon work, thank you! I wish you had another part where we got into cash generation, but I've been able to piece together different tutorials/videos for that. Your video was the best at helping me understand how it all works, though, so thanks! Hope you're able to make that full course at some point!

    • @crunchuy
      @crunchuy Рік тому +1

      do you mind sharing what tutorials you found for that? im struggling there myself

    • @joemn1274
      @joemn1274 Рік тому

      same@@crunchuy

  • @lockdownliam3257
    @lockdownliam3257 Рік тому +4

    Alvinblox, can make a series of making a zombie game
    Idea: game loop
    Zombies randomly generate around map
    Player has to kill zombies
    Zombies come in waves
    10 waves
    On final wave is boss
    Add leaderstats and shop GUI
    You can choose map and also game modes like infected or sword or gun mode.
    I love your tutorials btw
    I subscribed hope you notice this 😊

  • @Supersigmasignal
    @Supersigmasignal Рік тому +17

    Hello AlvinBlox
    I am trying to make a game called classical tag and it is literally just a regular game of tag. I have everything i need, I have custom nametags, working main menu, animations, and a map. But I am missing the most important part of the game, the tag system itself. I need help making the tag part itself and when the person is it their nametag should be red so everybody knows they are it. Please help if you can, thanks you!

  • @apexfossa
    @apexfossa 6 місяців тому +1

    Thank you for this tutorial! It's helping me with my tycoon

  • @ImReallyLemoBloxROFL
    @ImReallyLemoBloxROFL Рік тому +6

    Don't quit Alvin! We're here for you!

  • @spedrbx
    @spedrbx Рік тому +5

    you should show how to make a tower defense game

  • @KrauzerLazer
    @KrauzerLazer Рік тому

    Nice Tutorials, i would love to see more of this and more episodes of how to make a tycoon :D

  • @spitsnare
    @spitsnare Рік тому +2

    you should really create an advanced scripting tutorial series that covers alot of the more tricky topics in coding, enjoyed the first 2 episodes of this though!

  • @gazjones8274
    @gazjones8274 Рік тому +6

    I wish these scripts were written down somewhere too. I keep getting errors from not copying correctly and it's hard to find and fix the issue after.

    • @human721
      @human721 Рік тому

      He made flawed scripts, they wouldn't work anyway. Its very complicated to learn from these tutorials especially when the creator makes it more complicated than it has to be

    • @CT2507
      @CT2507 Рік тому

      @@human721 What do you mean flawed scripts? It worked perfectly for me so far with no errors. The creator is being very meticulous about each step.

    • @CT2507
      @CT2507 Рік тому

      Get used to writing in the code yourself and learn to copy correctly. Or you will never learn to correct your mistakes later on. Don't just rely on copy/paste. That makes for very bad coding.

    • @human721
      @human721 Рік тому

      @@CT2507 No need to use relative CFrame positions and things like that if you can just use pivotpoints

    • @CT2507
      @CT2507 Рік тому

      @@human721 Yea, i have no idea what you are even talking about now. But i get the feeling you think you can write code better than AlvinBlox. The point of these videos is not to teach us the cleanest code, but to get us started with the basics. You just said earlier that he makes flawed scripts that wont work anyway on this video! Stick to this video. Does his code in these videos work or not? So far i have no errors following his code.

  • @LegendPvPMC
    @LegendPvPMC Рік тому +5

    Tip - explain the stuff like why u put _, because many new scripters get confused and end up learning nothing

    • @SurfanicGaming
      @SurfanicGaming Рік тому

      theyll get it eventually, what i really needed was a clear look at his entire code so i could check through my problems

  • @TrifTraf
    @TrifTraf Рік тому +1

    Hey Alvin! I really love your Videos!
    And i would like you to make a Tutorial how to make a Realistic Car game tutorial. I really want to have atleast 1 game succesfull and earn ROBUX!
    but even the important thing i'd like to learn is every 100miles you drive you get money in the game like Greenville!
    Thank you! (:

  • @anwta_k
    @anwta_k Рік тому +2

    Awesome vid Alvin! Was wondering if you could make a video on how to get a invite to the Innovation Awards 2023!

  • @WRG_C_OFFICIAL
    @WRG_C_OFFICIAL Рік тому +3

    thanks for the help, this really is useful!

    • @WRG_C_OFFICIAL
      @WRG_C_OFFICIAL Рік тому

      @DuXeYiOR yup

    • @WRG_C_OFFICIAL
      @WRG_C_OFFICIAL Рік тому

      @DuXeYiOR ah sorry, i misunderstood. I meant i watched both episodes somehow in under like 45 mins

  • @marisakirisame1st
    @marisakirisame1st Рік тому +4

    is there a way to make buttons appear once you unlock other buttons? or will you explain that in the next part?
    really good tutorial nonetheless

    • @ahnaantonhocnauan7447
      @ahnaantonhocnauan7447 Рік тому +1

      You can put those buttons in the replicated storage. Then code it so when a player steps on the button you want, it clones all the other buttons from replicated storage to the workspace. Now players can see and interact with the button 👍😁

  • @evannickell299
    @evannickell299 Рік тому +26

    Really great tutorial! It would be nice if we had access to the code so that we could double-check it without having to rewatch the entire video

    • @rimrakez1021
      @rimrakez1021 Рік тому

      ikr

    • @rimrakez1021
      @rimrakez1021 Рік тому +4

      i rewinded the video a bunch of times

    • @evannickell299
      @evannickell299 Рік тому +5

      Yeah me too. I think the code isn’t included so people actually have to watch the video and aren’t able to just copy and paste it into Roblox studio. However it does make debugging and finding mistakes in your code a bit more difficult.

    • @KeatonMurph
      @KeatonMurph Рік тому +5

      The reason he's not doing that, is because he explains the code along the way! :)

    • @Raman_bruh
      @Raman_bruh Рік тому +1

      @@KeatonMurph ikr

  • @Bigolrye
    @Bigolrye 9 місяців тому +5

    Hey my codes arent working for some reason because when i load in the conveyor doesnt dissapear even though i did everything

  • @cryptic432
    @cryptic432 Рік тому +4

    whenever i try stepping on the button at 31:21, i get a error saying ServerScriptService.TycoonHandler:43: attempt to index nil with 'GetPivot'. i need help fixing this error

  • @FerceRBX
    @FerceRBX Рік тому +5

    After this series could you release a advanced scripting series’s that covers mostly every topic

  • @InfinityHunterxDD
    @InfinityHunterxDD Рік тому +6

    Can't wait for part 2

    • @starboyjas
      @starboyjas Рік тому

      LOL

    • @martafarjaszewski5746
      @martafarjaszewski5746 Рік тому +1

      This is part 2...

    • @nnourrrrr
      @nnourrrrr Рік тому

      You wasted your education

    • @BMFB
      @BMFB Рік тому

      LOLOL

    • @Undercover_Smile
      @Undercover_Smile Рік тому +5

      @Greech Bro he commented before the video got uploaded
      Edit: I meant that he commented before the video was available

  • @JEDIMASTERTOAD
    @JEDIMASTERTOAD Рік тому +10

    for the most part this is a great tutorial, but just some minor constructive criticism, if I may. You (and a LOT of other teachers for programming, especially online.) are almost always advanced learners who have seen and done this 1000s of times, but you all seem so hyper and move so fast around your code that the novices watching have to constantly stop, pause, rewind, replay, repeat... especially as you jump around the code in sections lightning fast with your mouse wheel, realizing at any moment that you started something and can't finish it without starting something else, and scrolling very fast to a new location. Sometimes changing location 3 or 4 times to see what you are doing before landing in a rapid new position.
    SLOW DOWN, BREATH. Talk like you haven't popped 2 Adderall for breakfast and chased it with an espresso enema, for starters. ALSO... make a map of your lesson and follow it. SO MANY of you young programmers no longer use flow charts, and that leads to you making changes mid lesson. For us, from our point of view... congrats on thinking of a better way, but erase that original idea that you have now abandoned from the tutorial completely... if you go back and make a change, take the time to fix your tutorial to be 100% correct at all times and in order without starting a function, then starting another you just remembered you need inside the first, then OOPS, start a 3rd inside that 2nd one you need, and then slowly work your way back to the first. Write your planned out code from start to finish *line 1 to the end explaining each function in order and only jumping to the top for global variables, so we can learn without erroneous info. I have 25+ years of programming (all the way back to DOS based TURBO PASCAL) and I struggle so hard just to learn the syntax of these new languages just because all the young programmers who have somehow learned it can't explain it well, and go through the info so FAST (and I don't mean too much info too fast, I mean physically the words that fly out of your mouth are hyper and stressful and too fast paced.)
    Thank you for this tutorial, as I said it was the best of 5 that I found and the first that worked, and I did finally see what was being done, just in general it seems to me like all young programmers are mildly to severely hyper and I guess I come from an age where programming was more of an art than a sport and it was a precise and measured accomplishment that was thorough and well planned and less of a dive into the deep end of a shark pool. Thank you for hearing me out.

  • @parkerknowz
    @parkerknowz Рік тому

    Waiting for another video to drop 🔥🔥🔥🔥

  • @Outlawproductions582
    @Outlawproductions582 Рік тому +15

    Looking Forward To a Part 3 If You Are Making One! Appreciate The Time you Take to Explain The Functions and What they Do And How They Work

    • @BroDevsRBLX
      @BroDevsRBLX Рік тому +4

      why u capitalizing every first letter of a word bro...

    • @BroDevsRBLX
      @BroDevsRBLX Рік тому

      Its first letter in a sentence not a word

    • @Outlawproductions582
      @Outlawproductions582 Рік тому +1

      @@BroDevsRBLX Its More Of Something That Im Use to Coming From a Very Formal famliy Line its not All Words But Only The key Words

    • @BroDevsRBLX
      @BroDevsRBLX Рік тому +1

      @@Outlawproductions582 okay sorry about that message earlier

    • @redlight0502
      @redlight0502 Рік тому +1

      I am waiting for part 3 pls

  • @notanithefox
    @notanithefox Рік тому +1

    My brain can’t keep up but I love this either way because I’ve always wanted to be a creator in roblox

  • @mcdoough
    @mcdoough Рік тому +2

    will there be another part?

  • @sumicrew3138
    @sumicrew3138 Рік тому +1

    Hello! Can you make a video of how to make a police lightbar with siren sound that i can turn on and off with a GUI?

  • @kirburger_osc
    @kirburger_osc Рік тому +5

    this is an amazing series thats very beginner friendly
    i really hope in the next episodes you make a save feature other than that amazing tutorial and it helped me a lot

  • @DaBlueDev
    @DaBlueDev Рік тому +1

    Me: when I forgot to pause when im eating me when I am back:
    alvin: that's how to script the money!
    Me: I DIDNT SEE ANY OF IT!!!

  • @emome-u3z
    @emome-u3z 6 місяців тому +1

    did you link the tag editor anywhere?

  • @EdgersRBLXYT
    @EdgersRBLXYT Рік тому

    Thanks for this tutorial! I'm not patient to wait part 3!

  • @gl11tch99
    @gl11tch99 Рік тому +3

    so i was following the tutorial but ive ran into some bugs and fixed them but i cant see my money, the conveyers wont and im not put on a tycoon team thing how could i fix this?

  • @readyplayer2197
    @readyplayer2197 Рік тому +2

    Ever thought about making a tutorial on type checking in lua? 🤔

  • @ItsLeeeroy
    @ItsLeeeroy Рік тому +1

    37:21 don’t forget to untag your placeholder tycoon in replicatedStorage

  • @pevnostakcz3551
    @pevnostakcz3551 9 місяців тому

    This is the only tutorial that went smoothly without any issues (exept when I typed lcoal instead of local becouse I can't type 💀) THANKS A LOT

  • @QuizZone1234
    @QuizZone1234 Рік тому

    Thx for the tutorial, I am new to scripting and roblox studio so this is really helping me create new games and hopefully make some robux.😁

  • @neelix9336
    @neelix9336 Рік тому +1

    for your next one the full one can you tell us how to make the buttons to disappear untill you unlock them so we can add a second floor?

  • @robotblocks3232
    @robotblocks3232 Рік тому +5

    I'm coding in Roblox studio, but the sizing of the text in the side tabs are very small. Do you know how to increase the size of the tabs as well as enlarging the text, so that I can see better? I try expanding the tabs with the cursor, but it does nothing to enlarge the text.

    • @playsuteshon618
      @playsuteshon618 Рік тому

      Ctrl and scroll

    • @robotblocks3232
      @robotblocks3232 Рік тому

      @@playsuteshon618 I think that only works for zooming in the script when coding. I meant how to enlarge the side tabs, where are the properties are and the buttons to change colour, shape, rotate the part.

    • @rostopi-scripting1304
      @rostopi-scripting1304 Рік тому

      To increase the sizes of the tabs, simply select the bottom/side of the tab you want to enlarge, make sure your cursor changes. Now, drag to suite the size that you want. This works for any tab that you can enable in the "View" menu bit at the top of the screen.

    • @robotblocks3232
      @robotblocks3232 Рік тому

      @@rostopi-scripting1304 Thanks for the advice, but it still doesn't enlarge the text in the tabs, you know like the anchor, the sizing, transperancy, all of those little method buttons. Everytime I enlarge the tabs, a big empty grey space begins to appear, while all the little buttons with the text remain the same size.

    • @DaRealNoobKing
      @DaRealNoobKing Рік тому

      @@robotblocks3232 did u scale the text?

  • @kgcat
    @kgcat 2 місяці тому

    Very curious how you learned this bc wow if I ever memorize all this I will feel SO SMART lol

    • @kgcat
      @kgcat 2 місяці тому

      bro as much as i love & appreciate this I just have to say "lets type this in- no first lets do this and then delete this-" bro PLEASE edit next time
      &I dont get the point of the tags plugin. I tried it & its easier to just tag the item without plugins.I don't get the problem with it.

  • @xermi00
    @xermi00 Рік тому +3

    I have a few issues with my tycoon, the conveyor always seems to be visible, my amount of cash is not visible in the leaderboard and the "Label" is not displaying the cost and the "conveyor" text.

    • @icxpid._
      @icxpid._ Рік тому +1

      same with mine

    • @hannes_2529
      @hannes_2529 Рік тому +1

      same with mine

    • @spork6999
      @spork6999 Рік тому

      When you pasted in the tycoon into replicated storage you forgot to untag the replicated tycoon in the Tag plugin

  • @umitcik_sa
    @umitcik_sa Рік тому +1

    Part 3 please i'm trying to make a tycoon game and i'm stuck. There's no other 2023 videos about Tycoon making.

  • @readyplayer2197
    @readyplayer2197 Рік тому

    Hey, it has been nice knowing ya! Im gonna stop being a member because I’ve moved on from roblox.
    Thank you for helping me along the way to become a dev. Cya!

  • @TargetProdz7
    @TargetProdz7 Рік тому +2

    I like how nobody has mentioned that he hasn’t uploaded in 5 months

    • @Roqist
      @Roqist Рік тому

      Agreed bro i cant find any comments

  • @Mr.BucketHeadThe2D
    @Mr.BucketHeadThe2D Рік тому +1

    Hey AlvinBlox, Are you able to make a tutorial of killing a dummy for a badge? That would be great! Thanks!

  • @RDJ_Sherlock_Holmes
    @RDJ_Sherlock_Holmes Рік тому +1

    Can't wait for the next video

  • @kubixon1352
    @kubixon1352 Рік тому +2

    33:05 it says attemp to index nil with 'Name'. i tried everything, please help

  • @JokicTheGoat1
    @JokicTheGoat1 Рік тому +2

    This is a masterpiece.

  • @mbti12blaze86
    @mbti12blaze86 Рік тому

    WOAH PART 2 CAME OUT WITHIN AN HOUR!? Nice organization!

  • @Zamilbotw
    @Zamilbotw Рік тому

    Hey man your one of my favorite youtuber after this tycoon series can u do a teddi series. Its a very underrated game so u may have not heard about it

  • @Delemantoy1
    @Delemantoy1 Рік тому +5

    Hello Alvin! Thanks for helping me out in my tycoon! I've learned alot. I just want to ask you, what microphone do you use?

  • @A2KRBLX
    @A2KRBLX Рік тому

    yo Alvin please continue this tycoon series if its not over so i can finish making a game, this is the most progress i have ever made and i need shown how to finish it before i can completely learn it 🤣

  • @KOR3L0X
    @KOR3L0X Рік тому

    YOO NICE NEW LOGO FOR THE CHANNEL ❤

  • @SkyBeeSwarm
    @SkyBeeSwarm Рік тому +2

    Could you please make a tutorial for how to make a game like bee swarm simulator because I can’t find any tutorials on it and I’ve been trying to find one for like 2 years.

  • @carlosruizgarcia-casarrubi8598

    Continue this course please, its amazing, your explaining its the best on youtube

  • @Iam_Potat0
    @Iam_Potat0 Рік тому +2

    Next vid on this topic could you also include how to change the object from a dropper to another object I really don’t like just the cubes

  • @lava5962
    @lava5962 Рік тому +1

    Hey Alvinblox can you make a tutorial on how to make an entity that follows and kill? I want to make a game that the entity will kill the player

    • @الخلبوصة
      @الخلبوصة Рік тому +1

      you want to make a game like doors?

    • @lava5962
      @lava5962 Рік тому

      no i want make a game like piggy something like that@@الخلبوصة

    • @الخلبوصة
      @الخلبوصة Рік тому

      @@lava5962
      Nah it's pretty complicated for a beginner, even if AlvinBlox made a full tutorial on it, you'll have no idea how to edit the scripts to make it do the thing you want.

  • @zuzazuza_2021
    @zuzazuza_2021 Рік тому +1

    the conveyor wont dissapear for me.

  • @kitoceek
    @kitoceek Рік тому

    What a legend, commentating for TPS ultimate soccer, game creating tutorial, and more. AlvinBlox is a legend.

  • @leviskoo7694
    @leviskoo7694 Рік тому +2

    nice tutorial but I have a problem that when i step on the button to buy the conveyor nothing happens. Is there any reason for this?

  • @Pedro_Pedro_SHORTS
    @Pedro_Pedro_SHORTS Рік тому +1

    Hi😅, I create games on a platform named roblox, and the platform in question is trying age up the target audience. This got me thinking, and I want your views, What makes a game engaging? What makes a game worthy of retention? And lastly, Is quality more important than fun? I enjoy your vids, keep up the good work!

    • @eternitytech9079
      @eternitytech9079 Рік тому +1

      It's been two months so you might have solved this, but you're thinking about Game Design (different from development) and a great guy for it is Game Maker's Toolkit (GMTK).

  • @fortnitegod6611
    @fortnitegod6611 Рік тому +1

    Just a time stamp for where I left off 11:13

  • @therealplatty
    @therealplatty Рік тому +1

    I can't wait for Part 2!- oh wait.

  • @justinsane7832
    @justinsane7832 Рік тому +1

    Should do a placement system tutorial next! 😁

  • @PepPep_official
    @PepPep_official 10 днів тому +1

    no errors button dosnt work

  • @Animator-Zander
    @Animator-Zander Рік тому

    Are you going to continue the how to script on roblox series?

  • @Hello_ItzLonely
    @Hello_ItzLonely Рік тому +1

    When is the part 3 going to come out it has already been 13 days since the last 2 and you made the 1st and 2nd one within 24 hrs

  • @isaviiofc
    @isaviiofc Рік тому

    Hey! I'm about to make my first game, idk anything about scripts or doesn't have friends that know it. Could u make a video explaining how to put accessories on players avatar depending on his role? Like, if the player is a police, he will get a police hat and skirt, but he also can change to his normal fit in roblox or use another one. If u see this comment i will explain it better. Ty for the attention!

  • @ImFish00
    @ImFish00 Рік тому

    Hey alvin, how would you go about making a season pass like the one in jailbreak?

  • @KoH980
    @KoH980 6 місяців тому +3

    IVE COPIED THE STEPS AND THE CODE WORD BY WORD AND I DID EVERYTHING AND THE BUTTON STILL WONT WORK. I EVEN TRIED ASKING CHATGPT AND IT WONT WORK. PLEASE SOMEONE TELL ME WHAT TO DO.

    • @ILikePizza111
      @ILikePizza111 6 місяців тому

      same ima use ai

    • @ItsEms0_0
      @ItsEms0_0 4 місяці тому

      Same I’m having an issue with line 59 with clone but it’s the exact same as the video so idk what to do

  • @JamIsjoemama
    @JamIsjoemama Рік тому

    when you coming out with how to make tower defence games?

  • @tomasmuchutm3826
    @tomasmuchutm3826 Рік тому +1

    And also why did you stop uploading videos? :c

  • @aceshoot2333
    @aceshoot2333 Рік тому +1

    i hope u will make part3 also good tutorial

  • @Trivia_Playz
    @Trivia_Playz Рік тому

    bro changed my life i will make plugins for FREE now i dont help me to make one btw this tutorial helped the two ones i like them keep it up dude

  • @AriannaICorreaG
    @AriannaICorreaG Рік тому

    Hey just for a video suggestion I was wondering if you could show a tutorial on how to make a game kind of like crossy road for obby stages and minigames where people have to avoid the cars

  • @ELLITE_Me
    @ELLITE_Me Рік тому

    This is the best tycoon tutorial on youtube

  • @pankarolek
    @pankarolek Рік тому +1

    Hey can you make a vid that shows how to make melee weapon with animations?

  • @TheFlezy
    @TheFlezy Рік тому

    I started learning how to script because of Alvinblox❤ keep up the good work man!😊

  • @huangtina261
    @huangtina261 10 місяців тому

    Why's one part from another tycoon connected to another part of a tycoon? What is this and how do i fix this? Otherwise, great job Alvin!

  • @Stefan_IC
    @Stefan_IC Рік тому +1

    I've been recently looking for a data store for my obby. none of the other tutorials have been working. only one kind of worked a little bit. it gives me a warning in the output about requests and sending fewer requests, but when I join the game it shows me on the leaderboard I am on my last stage, but it spawns me on stage 1, and whenever I die it spawns me on stage 1. I can send the scripts I have in the game related to checkpoints/stages. also I have a question: does any obstacle in the game relates to the checkpoints?

    • @rf-gamer
      @rf-gamer Рік тому

      Did you turn on api in the security tab?

  • @Saymonix-Games
    @Saymonix-Games Рік тому

    Hey Alvin, i saw your Studs Video. And your Video was awsome, but could you make furthur Episodes on that please? Like how to save your Jump Power and progress. Then how to make pets that increases your jump power per second and so on.

  • @ritsek1
    @ritsek1 Рік тому +1

    i got this error message: ServerScriptService.Script:71: invalid argument #2 (CFrame expected, got nil) on line 71 of code: local WorldCF = tycoon.PrimaryPart.CFrame:toWorldSpace(RelativeCF) can you help me with this?

  • @要丁o
    @要丁o Рік тому

    Can you make a tutorial on how to make those ramp up games where u have to get pets and rebirth many times?

  • @sakkalwin4932
    @sakkalwin4932 Рік тому +1

    Hey AlvinBlox why is my conveyor not dissapearing when i run it

  • @harry10131
    @harry10131 Рік тому +6

    To those have the "Attempt to index nil with 'Name' error change line 82 (the one before the Name line) to this local Item = getItem()
    basically remove the ItemId from the brackets. This should fix it!

    • @Clappybara.
      @Clappybara. Рік тому

      but you need the itemId

    • @tanveer4461
      @tanveer4461 Рік тому

      Wrong. Thats some Ohio programming.

    • @Oliq_
      @Oliq_ Рік тому

      i got that error and tried this but doesnt work
      edit: idk if this is the same for me but in line 82 you just have to make sure that itemId is spelled exaclty like i do and doesnt start with a capital i (this worked for me at least)

  • @Mustard56
    @Mustard56 Рік тому +1

    Me and my friend are trying really hard to make a game, but we are not the best at developing games on studio so we were wondering if you could maybe help us out and/ or give us some pointers. thx if so plz reach out.

  • @JoelDavidMoscoteVargas-s7n
    @JoelDavidMoscoteVargas-s7n Рік тому

    Hello AlvinBlox, I subscribed to your channel and I watch all your videos and I support you on Roblox to be premium

  • @CoenJansen08
    @CoenJansen08 Рік тому

    Cant wait for full course

  • @santiagomedeglia3946
    @santiagomedeglia3946 Рік тому

    Cool video. Only thing I think is that you repeated some things that could be made single, like instead of duplicating the tycoon into replicated storage manually you could have a script do it when the game starts

    • @tanveer4461
      @tanveer4461 Рік тому

      Interesting idea. I'm still learning scripting, so can you share code block how to achieve that. Thx

    • @santiagomedeglia3946
      @santiagomedeglia3946 Рік тому

      @@tanveer4461 you can put a script into the tycoon:
      script.Parent = game:GetService("ReplicatedStorage")
      that moves the parent of the script into replicated storage. basically that would move anything you put it inside into the replicated storage.

    • @deutic1684
      @deutic1684 Рік тому

      @@santiagomedeglia3946 could you help me save the purchased items ive been trying for a while and i just cant do it

  • @jgs8419
    @jgs8419 Рік тому

    Dont mean to rush you but when will you add more episodes to your 2021 beginner scripting tutorials?