🔥 How to Make a Tycoon On Roblox Studio | Scripting Tutorial

  Рет қаралды 401,247

AlvinBlox

AlvinBlox

Күн бұрын

Пікірлер: 1 500
@gluestickeater701
@gluestickeater701 10 ай бұрын
great tutorial! i've found that with many scripting tutorials, people usually just tell you what to write without explaining what the code actually does, so it's really nice to see someone actually explain what each function does!
@mycardgo
@mycardgo Жыл бұрын
I really love how this guy explains every single function of every single button and just really gives you the full detail in everything. This video is really helpful!
@carl-b4o
@carl-b4o Жыл бұрын
i know he does
@TheEpic82
@TheEpic82 Жыл бұрын
It's so helpful
@FootballSoldier1
@FootballSoldier1 11 ай бұрын
And how he isn’t time waisting
@Modillem
@Modillem 10 ай бұрын
This guy is very based.
@GoldenEdits656
@GoldenEdits656 10 ай бұрын
Yeah he does, he does even better with his actual scripting videos so if you wanna learn the code in general itself you should prob watch those
@graceyyyxx
@graceyyyxx Жыл бұрын
What I really like about this guy is that instead of just telling us what to do he explains what it does and how it will work, new sub!
@PurpleBrickster
@PurpleBrickster Жыл бұрын
No one could have said it better that you @graceokaysxo!
@jojoxyz2147
@jojoxyz2147 Жыл бұрын
fr
@harrisontubb
@harrisontubb Жыл бұрын
Very true
@DADDAAD205
@DADDAAD205 Жыл бұрын
@@harrisontubb noo
@DADDAAD205
@DADDAAD205 Жыл бұрын
@pLz
@AK47-I-like-AK47
@AK47-I-like-AK47 Жыл бұрын
This man explained everything to make sure everythings perfect for your tycoon. We need more people like you, AlvinBlox.
@Tylercozwhynot
@Tylercozwhynot Жыл бұрын
This was really helpfull
@inbarcontes
@inbarcontes Жыл бұрын
GGS
@ScrakSFMs
@ScrakSFMs Жыл бұрын
You're truly amazing for creating this! Unlike other tutorials that tend to be slow or cause people to get stuck, your tutorial worked fantastically and kept things moving smoothly.
@goelrads
@goelrads Жыл бұрын
true
@lokesax
@lokesax Жыл бұрын
My script wont work, what did i do wrong? I followed the turtorial, but it wont work. Pls help me.
@vortexgaming510
@vortexgaming510 Жыл бұрын
same @@lokesax
@MrHamsterRBLX
@MrHamsterRBLX Жыл бұрын
me too @@lokesax
@skyle13055
@skyle13055 Жыл бұрын
same here lol@@lokesax
@armaniferrino5784
@armaniferrino5784 Жыл бұрын
It has been my dream to make games on Roblox, and now you have made that a reality. Thank you
@IshqbelLovesBarcelona
@IshqbelLovesBarcelona Жыл бұрын
sup mate just wondering if u managed to complete the script cos for me im getting a wrong spawn error i dont get spawned wjere i meant to
@kashmirandal6282
@kashmirandal6282 5 ай бұрын
@@IshqbelLovesBarcelona What did you use as spawn points, and what game are you using it for?
@LeapInno
@LeapInno Жыл бұрын
Thanks, many people talk about tycoons but I've not heard a lot about how people make these mechanics.
@hackall360gaming
@hackall360gaming Жыл бұрын
Adding UI padding, with right and left padding set to 0.2 seems to work well on the text label within the billboard.
@user-cs1tp1ep9m
@user-cs1tp1ep9m Жыл бұрын
I got into scripting because of you. Thanks for the motivation
@AlvinBlox
@AlvinBlox Жыл бұрын
Glad to hear, hope everything goes well!
@Jacob_-
@Jacob_- Жыл бұрын
Lets see if you still have motivations after 1 week if you do im impressed
@user-cs1tp1ep9m
@user-cs1tp1ep9m Жыл бұрын
@@Jacob_- Its actually been 2 weeks now and im watching lua tutorials for hours a day at that point
@Jacob_-
@Jacob_- Жыл бұрын
​@@user-cs1tp1ep9m Im Proud of you keep going buddy I Wish you good luck to your journey
@FreeUGCGoblin
@FreeUGCGoblin Жыл бұрын
​@@user-cs1tp1ep9m do you still feel interested in scripting?
@chaible
@chaible Жыл бұрын
I used to find these tutorials helpful… I guess I’m getting better at Studio. Thanks Alvin! 😂❤
@maharibrahim4440
@maharibrahim4440 Жыл бұрын
i remember watching you 2 years ago! im surprised you haven't stopped! keep up the good work!
@ItsLeeeroy
@ItsLeeeroy Жыл бұрын
Also just a tip: If a script has a weird name and it’s unorganized and theres a bunch of weird symbols, its a bad script.. if you’re not sure what it does, use the devforum and delete it if its a bad script
@ItsLeeeroy
@ItsLeeeroy Жыл бұрын
@@somerandomgentleman thats what it does
@ItsLeeeroy
@ItsLeeeroy Жыл бұрын
@@somerandomgentleman it adds it instead of having to write (value = value + amount) you can say (value += amount)
@ItsLeeeroy
@ItsLeeeroy Жыл бұрын
@@somerandomgentleman you can set up a while true do loop and subtract it but there’s probably a better way to do it. Try this: while wait() do local num = math.random(1,100) - pick whatever if num == 100 then - here end end
@reminderIknows
@reminderIknows Жыл бұрын
@@somerandomgentlemanif cloud < 0.65 then math.randomseed(tick()) wait(2) if math.random(1, 2) == 1 then cloud += 0.02 else cloud -= 0.02 end end
@reminderIknows
@reminderIknows Жыл бұрын
@@somerandomgentleman an even cleaner way would be: if cloud < 0.65 then math.randomseed(tick()) local rng = {-0.02, 0.02} wait(2) cloud += rng[math.random(1, 2)] end
@krabikscool
@krabikscool 2 ай бұрын
Listen, you're doing a great job. So far, the only one who has helped me create roblox games. Thank you very much. Although I'm not English or American and I don't understand your language, but I did it without that.
@sooperRBLX
@sooperRBLX Жыл бұрын
yooo i love it when alvin uploads!
@AlvinBlox
@AlvinBlox Жыл бұрын
Cheers Sooper 👍
@VrMan896
@VrMan896 5 ай бұрын
i really love how he explanis everything in detail so we know what to do and now i will start making lots of tycoons and other games now Thanks so much
@UNNAMEDSHOW
@UNNAMEDSHOW Жыл бұрын
I decided to get back into trying to make roblox stuff and i came across this I remember watching your tutorials all the time years ago To be honest seeing that you still make these amazing coding videos brought a tear to my eye
@hackstaoj3731
@hackstaoj3731 Жыл бұрын
a tear down your eye is kinda far fetched don't you think , he's done roblox for so long why stop . The only thing he can do now is keep going and get bigger
@HagurumaPlays
@HagurumaPlays Жыл бұрын
Your voice is too soothing for this, I accidentally fell asleep while watching this.😅
@MrHappyMealCat
@MrHappyMealCat 10 ай бұрын
💀💀💀
@MWHAAHHAHA
@MWHAAHHAHA 5 ай бұрын
@@MrHappyMealCat and the point if this comment was😐😐
@Zhavnerko
@Zhavnerko Жыл бұрын
“Our whole life is a tycoon.” -a wise robloxian.
@sotamududs
@sotamududs 9 ай бұрын
so true 💀💀🙏🙏
@MiloDa_cat
@MiloDa_cat 9 ай бұрын
Thanks! it really helped beacuse i had no idea of what to do for a tycoon but now you have given me inspiration!
@Hoostin-bn7fl
@Hoostin-bn7fl 5 ай бұрын
I love how he explains every detail! You earned a sub!
@dj2302brother
@dj2302brother Жыл бұрын
Nice video alvin, I still remember your OG tycoon series from around 2020.
@AlvinBlox
@AlvinBlox Жыл бұрын
Cheers
@dj2302brother
@dj2302brother Жыл бұрын
@@AlvinBlox no problem man
@SaifPxn
@SaifPxn Жыл бұрын
Your way of conveying the purpose and not just telling us to copy you, is why u you are the most clear and easy to understand Roblox coding youtuber.
@THEMIXUP1
@THEMIXUP1 10 ай бұрын
He’s not
@kashmirandal6282
@kashmirandal6282 5 ай бұрын
@@THEMIXUP1 He is.
@wheresmybraincells
@wheresmybraincells 2 ай бұрын
@@kashmirandal6282 bruh so many people are having problems with the scripts. alvinblox has a dot infront of 'game' in the first script he shows. this could be the reason it dont work.😔
@kashmirandal6282
@kashmirandal6282 2 ай бұрын
@@wheresmybraincells You’re not supposed to copy his scripts entirely, obviously. If you can’t spot that problem, you probably need some knowledge beforehand. The natural knowledge that experienced scripters have is obviously better than a complete noob copying everything from a pro.
@MalinPederseen
@MalinPederseen Ай бұрын
@@kashmirandal6282 agreed why would we just copy him
@RiverSingsYT
@RiverSingsYT 7 ай бұрын
This better then most things it explains everything and what it does so I can actually learn
@monkinator69
@monkinator69 Жыл бұрын
local Tycoons =game.Workspace:WaitForChild("Tycoons") local function assignTycoon(player) for _, Tycoon in Tycoons:GetChildren() do if Tycoon:GetAttribute("Taken") then continue end Tycoon:SetAttribute("Taken", true) Tycoon:SetAttribute("UserId",player.UserId) return Tycoon end return nil end
@andime2
@andime2 6 ай бұрын
thanks😃
@mariamohammadi3039
@mariamohammadi3039 5 ай бұрын
Thanks bro
@GoofyRam
@GoofyRam 4 ай бұрын
Thanks but, "Tycoons:GetChildren", Would that be a troll? Haha! Thanks.
@Deadly_6012
@Deadly_6012 3 ай бұрын
Thanks you so much. I had it wrong but as soon as I pasted this in It worked, You really helped me
@dulanjasenanayake3418
@dulanjasenanayake3418 3 ай бұрын
Thank you bro you are a saviour
@MagicMiddo7
@MagicMiddo7 11 ай бұрын
I wanted to make my own tycoon, and now I can thanks for the tutorial, and I'll watch part 2
@NikosPanGr
@NikosPanGr 4 ай бұрын
tried it and at 20:14 when i joined the game my "Cash" Weren't On The Leaderboard...I Checked The Code A Couple Of Times It's All Correct. I Need Help!
@JOBIVERSE123
@JOBIVERSE123 3 ай бұрын
Me neither :/ Did you figured it out?
@Red_Jaws
@Red_Jaws 3 ай бұрын
Same problem
@joelverseguy
@joelverseguy 2 ай бұрын
me too:(
@Thecoolkids7896
@Thecoolkids7896 Ай бұрын
me 3
@PixelElementsYT
@PixelElementsYT 26 күн бұрын
ya
@PhantomBS_4
@PhantomBS_4 Жыл бұрын
YOUR SO AMAZING THAT YOU MAKE ALL OF THOSE VIDS! IT APPRECIATED WE ALL LOVE YOU!
@ABANDONED23456
@ABANDONED23456 Жыл бұрын
I plan on making a tycoon that replicates the ENTIRE Security Breach map detail by detail so this is VERY useful, thank you so much
@JustBonesYT
@JustBonesYT Жыл бұрын
Im working on one based on record of ragnorok heaven
@welivewelovewelie-f7t
@welivewelovewelie-f7t Жыл бұрын
did you do it
@MangoIite
@MangoIite 7 ай бұрын
HOLY SHEESH, REALLY? ID LOVE TO PLAY IT!!
@Aehmre31er
@Aehmre31er 2 ай бұрын
perfect video. You are explaining very good. This helped me a lot :). He deserved a like and a sub!
@bakerplayz8976
@bakerplayz8976 Жыл бұрын
I just Thought of making a game and saw this tycoon video! Thank you so much for helping me, Btw im kinda lazy of doing the scripts lol, mind sending the whole script for this video? Thanks AlvinBlox!
@NicMendozaMelonYt_Animations
@NicMendozaMelonYt_Animations Жыл бұрын
tysm the leaderstats works
@RoadTo1000subs-
@RoadTo1000subs- Жыл бұрын
What how it’s not working for me
@GeriBS23_1
@GeriBS23_1 Ай бұрын
@@NicMendozaMelonYt_Animations how
@NicMendozaMelonYt_Animations
@NicMendozaMelonYt_Animations Ай бұрын
idk it works
@marcboss
@marcboss Жыл бұрын
Thanks Alvin for all your tutorials!!!
@AlvinBlox
@AlvinBlox Жыл бұрын
My pleasure
@craftydeveloper
@craftydeveloper 7 ай бұрын
When it was in the leaderboard part i thinked it didnt worked but i opened the leaderboard again and it actually was working , great tutorial bro
@jpplol_
@jpplol_ Жыл бұрын
thank you so much!! I wanted to make this project 2 days ago, thanks for the huge help! ❤
@TeslimOlayiwola-v8l
@TeslimOlayiwola-v8l 9 ай бұрын
Love your voice. Definitely subscribing! Thanks for helping
@zuzazuza_2021
@zuzazuza_2021 Жыл бұрын
hey alvim, as u may noticed, many people (include me) have problem with the second part of the script (when starting game, u wont get teleported to your tycoon) could you please answer that
@bonemach1ne
@bonemach1ne Жыл бұрын
yeah
@OPauseStudios
@OPauseStudios Жыл бұрын
im late but im a scripter adn the scritp does not do that its just because the tycoon is in the middle of the baseplate @zuzazuza_2021
@iamabunhead
@iamabunhead Жыл бұрын
I like how this guy explains everything for the scripting the leaderstats and assigning a tycoon
@uk_sam1
@uk_sam1 Жыл бұрын
Thank you SO MUCH for this tutorial, AlvinBlox! Keep scripting, everyone!
@AlvinBlox
@AlvinBlox Жыл бұрын
Thanks Sam!
@pasquant
@pasquant Жыл бұрын
@AlvinBlox my cash isn’t on the leaderboard
@CINAB3NTROBLOX
@CINAB3NTROBLOX 10 ай бұрын
Bro u are so awesome I would not have become a game creator without you.
@TheSithLord-ke9cx
@TheSithLord-ke9cx Жыл бұрын
When I tried scripting the Leaderboard It didn't work so what should I do?
@harrylane4523
@harrylane4523 Жыл бұрын
Your not the only one
@CT2507
@CT2507 10 ай бұрын
Very nicely explained. Not to quick and not to slow, without all kinds of unnecessary fluff. You just go straight to the point and do a good job. I hope you have more tutorials on coding cause its easy to learn from you. Best explanator i have found so far on Roblox Studio! :) Subbed and liked! :)
@tseaxznz
@tseaxznz 10 ай бұрын
did urs work? im doing the coding part rn and i typed everything in correctly and now its a red line under my text when i type in the coding and the red outline normally means u spelt it wrong when i spelt them right
@CT2507
@CT2507 10 ай бұрын
@@tseaxznz Yes it works perfectly. I also had a couple of those red lines under a word and it referred to a spelling mistake further up. For example i had written "Tycoons" with an "s" in a line where only "Tycoon" was needed. Or i had "leaderstats" written wrong with a capital letter like this: "Leaderstats". So check every line and make sure you don't sneak in the slightest typo, or it will not work. cheers.
@CT2507
@CT2507 10 ай бұрын
@@tseaxznz Also make sure all words and names of the folders are spelled exactly how he shows it with capital letters and so on. Also in the attributes section or the code doesn't know what it is referencing to.
@CT2507
@CT2507 10 ай бұрын
@@tseaxznz Also you should run the game and test for red lines or error messages in the Output window at the bottom after every 2-3 new lines he shows in the code, just to make sure you didn't sneak in a mistake. Cause then you know if you get an error it must have happened within the last 2-3 min of the video. And its much easier to go back and corect. And when your sure its error free, then save it.
@CT2507
@CT2507 10 ай бұрын
@@tseaxznz Even the spaces are important. I just got an error for writing: "for_, tycoon", when there should have been a space after "for", so the corect line should have been "for _, tycoon". So even spaces can cause errors sometimes! So make sure you copy everything exactly as he types it.
@JeremyThomas920
@JeremyThomas920 Жыл бұрын
I am unsure of what I've done wrong. My script looks identical to the one in the video and it will not assign a tycoon to me. Any suggestion?
@waxirus
@waxirus Жыл бұрын
Same here.
@Iclo222
@Iclo222 Жыл бұрын
same too
@Iclo222
@Iclo222 Жыл бұрын
i think that the script isnt the same anymore
@waxirus
@waxirus Жыл бұрын
probably@@Iclo222
@Iclo222
@Iclo222 Жыл бұрын
i discovered in a channel called codebro29 that to the script work aparently theres can only be one local on it
@Vance3
@Vance3 Жыл бұрын
this guy is the goat
@XMugGaster
@XMugGaster Жыл бұрын
Roadbolox is my favourite game 🎮
@ItsLeeeroy
@ItsLeeeroy Жыл бұрын
Roadbolox is so good
@shieldtmm
@shieldtmm Жыл бұрын
No its roadblocks
@XMugGaster
@XMugGaster Жыл бұрын
No it's roadbolox
@shieldtmm
@shieldtmm Жыл бұрын
@@XMugGaster shut up no its not
@XMugGaster
@XMugGaster Жыл бұрын
@@shieldtmm learn your manners kid
@Dankku_w
@Dankku_w Жыл бұрын
Its always nice when you post, these videos are a ton of help :)
@AlvinBlox
@AlvinBlox Жыл бұрын
Thanks!
@SkullClanReal
@SkullClanReal 7 ай бұрын
when i play none of the tycoons say they are taken can someone help
@StrawberrywolfonYT
@StrawberrywolfonYT Ай бұрын
@SkullClanReal you have to make sure your script and the name of the stuff is EXACTLY like his exept ofc the build!
@SkullClanReal
@SkullClanReal Ай бұрын
@@StrawberrywolfonYT I did and it still doesn’t work
@adameagaming3933
@adameagaming3933 Ай бұрын
@@SkullClanRealwell idk
@likelywill
@likelywill 3 күн бұрын
This looks like a great tutorial. I'll put it to use if I am ever able to sign into Roblox Studio..
@CalvanUlic
@CalvanUlic Жыл бұрын
I followed the tutorial but when I clicked play I didn't see the leader stats please is there a way to fix it?
@eandrgriff0825
@eandrgriff0825 Жыл бұрын
same
@notkillayt
@notkillayt 3 ай бұрын
That's what I'm saying 😭😭
@alecfleury2793
@alecfleury2793 Жыл бұрын
How much I was waiting for a tycoon tutorial😄😄
@AlvinBlox
@AlvinBlox Жыл бұрын
I hope you enjoy it!
@justcallmerva8456
@justcallmerva8456 Жыл бұрын
I'm stuck on the taken variable right now-the code is the exact same and the only reason I can think of is because of the different tycoon names, but I've already changed them to just "Tycoon". Do you have any suggestions as to why the taken and Id variables aren't working?
@mysticroseadventurez
@mysticroseadventurez Жыл бұрын
same
@ApeStow438
@ApeStow438 Жыл бұрын
Same
@rb999x
@rb999x Жыл бұрын
same lol i dont think he scripted it properly in the video
@videosondemandcommentfornew
@videosondemandcommentfornew 2 ай бұрын
@@rb999x i got same problem but how come it work for him?
@Vorthex3
@Vorthex3 Жыл бұрын
ey i was just thinking about this video from you ;D (your amazing btw)
@bruhmoment4257
@bruhmoment4257 Жыл бұрын
If the script is not working then check if the letters are in uppercase or lowercase according to the script in the video, that was my problem
@1wettissue1
@1wettissue1 Жыл бұрын
thank you very much for help
@112fotografie_groningen
@112fotografie_groningen Жыл бұрын
i dont understand van u help me with that
@fuelakito
@fuelakito Жыл бұрын
SAME @suki.kitofficial_.
@Maxiboo1337
@Maxiboo1337 Жыл бұрын
I did, but It still won't work. It worked before the tycoon stuff, when I only had the leader status stuff.
@sergeychernyavski7288
@sergeychernyavski7288 2 ай бұрын
Yeah taht was my problem but why is it not working on the tycoon give stuff
@Imaturtledev
@Imaturtledev Жыл бұрын
yours doesn't get boring so i like it. it is also very helpful so ty.
@Ksanimations
@Ksanimations Жыл бұрын
Noice
@The_Rage_Pickle
@The_Rage_Pickle Жыл бұрын
Love the tutorial but I am having a problem with the script in "ServerScriptService." I see nothing in the players list about cash. I'm not sure what is wrong but if you have anything that could fix it I would be thankful. Thank you for reading and have a good day!
@gam3raptor500
@gam3raptor500 Жыл бұрын
exactly me too
@Mrred952
@Mrred952 Жыл бұрын
Me too
@IAmFox17
@IAmFox17 Жыл бұрын
remove the first . before game
@Chewwy-bwossom
@Chewwy-bwossom Жыл бұрын
Make sure you put the capital letters and lowercase letters in the right stop. Accidentally putting a capital letter may ruin the script
@cairoweaver7785
@cairoweaver7785 Жыл бұрын
Im having this problem as well
@BlueBloxyBoii
@BlueBloxyBoii 8 ай бұрын
not even 2 minutes into the vid, seems very well-made!
@MayorRatioedYou
@MayorRatioedYou Жыл бұрын
Imagine I get pinned
@BaconMemey
@BaconMemey Жыл бұрын
Ikr
@DCX2014
@DCX2014 Жыл бұрын
Nope buddy nope
@tik5571
@tik5571 Жыл бұрын
Ikr
@oreoplayz123
@oreoplayz123 Жыл бұрын
Ikr
@Zhenodor
@Zhenodor Жыл бұрын
Ikr
@Ebugplayz
@Ebugplayz Жыл бұрын
my script isnt working
@seedtheprotogen
@seedtheprotogen 6 ай бұрын
Hey Ebug. The reason for may be because you did the scripting wrong in some parts. I recommend going back and retyping it all. Sorry about the 9 month wait.
@HanzelGaming945
@HanzelGaming945 6 ай бұрын
@@seedtheprotogen damn hahahaha
@spidernik2530
@spidernik2530 6 ай бұрын
@@seedtheprotogen idk everything seems to work for me except I don’t spawn in the tycoon I re went over everything it was the exact same and idk what to do
@seedtheprotogen
@seedtheprotogen 6 ай бұрын
@@spidernik2530 that I don't know what to do.
@Ebugplayz
@Ebugplayz 6 ай бұрын
@@seedtheprotogen Thank you a ton
@sergecolin4613
@sergecolin4613 Жыл бұрын
Anyone know how to fix the script where its supposed to spawn you at a tycoon?
@buzzbuzzplays
@buzzbuzzplays Жыл бұрын
I have the same problem!
@casmarien3016
@casmarien3016 Жыл бұрын
i have the same problem. i think it does not spawn you at the tycoon you're assigned to, you may need some more code for that
@Sluggish3
@Sluggish3 Жыл бұрын
Me too
@Realoofb
@Realoofb Жыл бұрын
this is the type of " how to " video that u don"t hate because you have to pause, great video!
@petarmitrovic2755
@petarmitrovic2755 Жыл бұрын
i copied the script for the leaderboard but it didnt work can someone maybe tell me what could be the problem?
@Mrred952
@Mrred952 Жыл бұрын
Me too
@Aykasoyo
@Aykasoyo Жыл бұрын
Copy from other channel video, it work to me
@Maxiboo1337
@Maxiboo1337 Жыл бұрын
It may be that your script didn't want to make it the way it did in the video. If the game.Players.PlayerAdded:Connect(function(player)) command looks like this and the "end" looks like that, it's wrong! in the first long command, at the end it says "(player))", just remove the last ")" and add it to "end" so it looks like "end)" and "(player)"
@LuizeLele
@LuizeLele Жыл бұрын
Great! I was looking forward for a tycoon tutorial!
@culan_SCP
@culan_SCP Жыл бұрын
Pov: light mode 🤮🤮🤮🥴🤢🤢🤢🥴🤢🥴🥴🤒🤕🤕🦾🫰🏻✌️👻💀💩🤡👺👽💩🦷🫦💄🫦🦶🦵
@romanian_defender
@romanian_defender Жыл бұрын
GUYS I WASTED 3 HOURS BUT IT DID NOT WORK SO DONT USE THIS VIDEO LIKE THIS SO EVERYBODY KNOWS!
@ethereal.officiall
@ethereal.officiall 7 ай бұрын
This was super helpful!
@mbti12blaze86
@mbti12blaze86 Жыл бұрын
Alvin because of you Im a developer now. Thanks man. Your a legend.
@AlvinBlox
@AlvinBlox Жыл бұрын
That's great to hear! Thank you
@videosondemandcommentfornew
@videosondemandcommentfornew 2 ай бұрын
@@AlvinBlox how to fix that it says tycoon is not taken after it is took
@Ze0d
@Ze0d Жыл бұрын
This has helped me learn about how to make game I think because of him I might start a new hobby of something I enjoy. ❤
@builder9x10
@builder9x10 11 ай бұрын
Fantastic video!
@Gr33nYoun
@Gr33nYoun Жыл бұрын
I started scripting 1year ago and i still dind't understand anything but thanks to your videos i'm starting to understand, Thank You❤
@Tr1xxyz
@Tr1xxyz Жыл бұрын
You are making it so fun to create stuff because i actually understand you! 🙂
@Silver_Saffron
@Silver_Saffron Жыл бұрын
I ABSOLUTELY HATED SCRPITING AND NOW, NOW I LOVE IT! THANKS ALVINBLOX
@LUCHYTUBETUBEY
@LUCHYTUBETUBEY 6 ай бұрын
i love your video!!!!!!!!!!!!!!!!!! (:
@emiliagamingofficial
@emiliagamingofficial Ай бұрын
Thank you so much! This was helpful! You deserve a like and subscribe!
@bestgrooky
@bestgrooky Жыл бұрын
I don't know how to thank you!, my explorer and properties didn't show up bcs I accidentally pressed X on them and nothing showed up on the internet not only that but you helped me make the tycoon, my only way of gratitude is subbing and liking.
@zetwave
@zetwave 10 ай бұрын
For those of you having problems with the values and leaderstats not working, try adding your "Tycoon" model in a folder called "Tycoons"
@peterchung2024
@peterchung2024 Жыл бұрын
Soooo useful Lot of help
@Lilacmymy7
@Lilacmymy7 5 ай бұрын
Thank you learn me ❤
@ashtyz
@ashtyz Жыл бұрын
FINALLY A TYCOON SERIES!!!!!!!!!!!!!!!!!
@GameingWithBenny
@GameingWithBenny 5 ай бұрын
This is so so so so useful thank you so much for this information it helping me so much with my tycoon
@Nate_Vr1
@Nate_Vr1 4 ай бұрын
13:38 do you press enter key to move up and down?
@ArtemZaborskiy
@ArtemZaborskiy 2 ай бұрын
@@Nate_Vr1 arrow keys
@Nate_Vr1
@Nate_Vr1 2 ай бұрын
Oh ok thank you!
@mjsurya
@mjsurya 7 ай бұрын
Instead you can make a conveyer with some parts and change' the volicity with bottom part. Your good to go👍
@Animator584studios
@Animator584studios 7 ай бұрын
Wow Really Cool, I Am Making A Proper Game For The First Time
@KillafiedRBLX
@KillafiedRBLX Жыл бұрын
15:40
@Vortex_YT89
@Vortex_YT89 10 ай бұрын
Bro pls help me in this part 20:25 mine didn't work i alr click all the tycoon5
@rpg1741
@rpg1741 Жыл бұрын
Helpful vid ever :), keep it up +1 subscriber
@Riot6446
@Riot6446 Жыл бұрын
This was really helpful for learning to code people who want to try code and although it's pretty hard
@life_is_music123
@life_is_music123 9 ай бұрын
Of course, the knowledge gained in this video can be used in many other situations, not just Tycoon.
@ck6045
@ck6045 Жыл бұрын
Very nice explanation. I would like to know where you find all of these functions. If you could share the location that would be awesome.
@besjana8977
@besjana8977 Ай бұрын
Hi I’m confused on 14:21, I wrote the same exact script but my leader stats aren’t showing in the player log?
@MrMcCorkerMann
@MrMcCorkerMann Ай бұрын
make sure every thing is written in the exact same way. With leaderstats even spelling a variable or name different can lead to it not working
@MrMcCorkerMann
@MrMcCorkerMann Ай бұрын
also make sure your script is in ServerScriptService
@TheOnlyAxolotl
@TheOnlyAxolotl 3 ай бұрын
14:20 I entered the code and triple checked and it's identical to the video yet the leaderboard doesn't change? I'm completely new to scripting so I have no clue of what to do.
@kippoz
@kippoz 3 ай бұрын
im having the same issue.. 😥😥
@ELLIECARMICHAEL
@ELLIECARMICHAEL 2 ай бұрын
Yeah same
@Baconplays_Original
@Baconplays_Original Жыл бұрын
Thank you SOOOOOO MUCH every other tutorial is soooo bad I can’t understand but this one is super good
@Pyrolectric
@Pyrolectric Жыл бұрын
at 20:25 when i test it, it doesnt say i own the tycoon, and lines 14 and 15 where it says "player" it is underlined, but when i capitalize them the lines go away
@IAmFox17
@IAmFox17 Жыл бұрын
local Tycoons = game.Workspace:WaitForChild("Tycoons") add ""
@Waffle0000
@Waffle0000 Жыл бұрын
Thank u so much!😊
@misterbrick2031
@misterbrick2031 Жыл бұрын
Thanks bro you are a big help for me ❤😊
@Rexthelegend-dn8es
@Rexthelegend-dn8es Жыл бұрын
Helped alot
@laurynaskvedaravicius8857
@laurynaskvedaravicius8857 10 ай бұрын
thx finaly the tutorial that works from first time realy thx
@StarLineStudioss
@StarLineStudioss 11 ай бұрын
THIS GUY DESERVES A AWARD OF BENG BEST TYCOON BUILDER ILY HIM BRUHHHH
@serdarsahin7904
@serdarsahin7904 11 ай бұрын
thanks for your efforts 🙂🙂
@PhantomBS_4
@PhantomBS_4 Жыл бұрын
HI ALVIN!!
Can I Make a VIRAL Roblox Game in 1 Hour?
15:16
Temprist
Рет қаралды 6 МЛН
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 66 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 38 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 46 МЛН
What Is The Best AI For Roblox Studio Scripting?
10:42
RoDev
Рет қаралды 468 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 98 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 735 М.
How pro Roblox developers learnt to script
10:03
AlvinBlox
Рет қаралды 865 М.
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Simjet
Рет қаралды 131 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
How to make a Tycoon on Roblox (Part 2)
38:23
AlvinBlox
Рет қаралды 117 М.
One day.. 🙌
00:33
Celine Dept
Рет қаралды 66 МЛН