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!
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!
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.
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
@@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
@@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
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.
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
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
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
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
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
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! :)
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
@@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.
@@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.
@@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.
@@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.
@@idonthaveideasformyhandle 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.😔
@@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.
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!
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!
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?
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!
Yeah I've got the same problem, not even the leaderstats work anymore. Since it's been 6 days since you commented, have you found the problem yet? If so, please tell me, ofc I'll try to find the problem myself because I'm not lazy, but still. And if you haven't found the problem yet, I'll help you too if I find it. Yk helping each other
if you are struggling to get 20:35 to work check the names in your explorer, i had tycoon and tycoons mixed up. although still didn't spawn me in the building but it did assign so good enough :)
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)"
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.
@@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
hi alvinblox i have done wath you said in this video the only thing is my caracter is not spawning in the tycoon it gives me the userid and the treu boelien but it not spawn me there have you anything that can help ?
TO EVERYONE STRUGGULING WITH USERID NOT BEING SET PROPERLY Roblox's method of getting the user ID of players "(player.UserId)" HAS to be spelled otherwise you WILL get an error Hope this helps anyone who had trouble
I have one slight problem. What do I do with the spawn block, and my script is the exact same as his but I wont spawn at a tycoon. Anything I should try?
This was really helpful but i cant get the leader stats working i double checked and i didn’t make any differences but there was no cash on the leaderboard or a leaderboard folder
Hi! I, for some reason, can't make the script to work. When I made it so that you have cash in the beginning and the leaderstats it worked out great, but later when I added the Tycoon stuff it didn't work anymore, nothing did. I've also checked several times so that I did it exactly like you did, but it didn't work. I have no typos, the exact same amount of lines, the exact words. I'm 99,99% sure that the script is 100% identical to yours Anyone know how to fix this?
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
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.
For me the tycoon didnt assign at first because in the Tycoons folder i had other folders like tycoons, buttons and decorations but once i got rid of those folders the the tycoon was able to assign
got some game ideas but would say but then people might try to steal my ideas as there own so its a secret but this video should help me a lot thanks !
AlvinBlox why is it when I rechecked my script that I copied from u it won't let me go to a random tycoon cause I rechecked if there were any mistakes and there were and I rechecked again until there weren't any so how come i cant teleport to a random tycoon im really confused
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!
i know he does
It's so helpful
And how he isn’t time waisting
This guy is very based.
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
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!
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!
No one could have said it better that you @graceokaysxo!
fr
Very true
@@harrisontubb noo
@pLz
This man explained everything to make sure everythings perfect for your tycoon. We need more people like you, AlvinBlox.
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.
true
My script wont work, what did i do wrong? I followed the turtorial, but it wont work. Pls help me.
same
@@lokesax
me too
@@lokesax
same here lol@@lokesax
This was really helpfull
GGS
It has been my dream to make games on Roblox, and now you have made that a reality. Thank you
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
@@IshqbelLovesBarcelona What did you use as spawn points, and what game are you using it for?
Thanks, many people talk about tycoons but I've not heard a lot about how people make these mechanics.
Adding UI padding, with right and left padding set to 0.2 seems to work well on the text label within the billboard.
yooo i love it when alvin uploads!
Cheers Sooper 👍
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
@@somerandomgentleman thats what it does
@@somerandomgentleman it adds it instead of having to write (value = value + amount) you can say (value += amount)
@@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
@@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
@@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
Thanks! it really helped beacuse i had no idea of what to do for a tycoon but now you have given me inspiration!
I used to find these tutorials helpful… I guess I’m getting better at Studio. Thanks Alvin! 😂❤
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.
I got into scripting because of you. Thanks for the motivation
Glad to hear, hope everything goes well!
Lets see if you still have motivations after 1 week if you do im impressed
@@Jacob_- Its actually been 2 weeks now and im watching lua tutorials for hours a day at that point
@@user-cs1tp1ep9m Im Proud of you keep going buddy I Wish you good luck to your journey
@@user-cs1tp1ep9m do you still feel interested in scripting?
Your voice is too soothing for this, I accidentally fell asleep while watching this.😅
💀💀💀
@@MrHappyMealCat and the point if this comment was😐😐
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
yeah
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
i remember watching you 2 years ago! im surprised you haven't stopped! keep up the good work!
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
thanks😃
Thanks bro
Thanks but, "Tycoons:GetChildren", Would that be a troll? Haha! Thanks.
Thanks you so much. I had it wrong but as soon as I pasted this in It worked, You really helped me
Thank you bro you are a saviour
Nice video alvin, I still remember your OG tycoon series from around 2020.
Cheers
@@AlvinBlox no problem man
At 14:37 I have the leaderstats folder just not the # cash if anyone could help that would be great.
same hear
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
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
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
I wanted to make my own tycoon, and now I can thanks for the tutorial, and I'll watch part 2
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
Im working on one based on record of ragnorok heaven
did you do it
HOLY SHEESH, REALLY? ID LOVE TO PLAY IT!!
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! :)
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
@@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.
@@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.
@@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.
@@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.
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.
He’s not
@@THEMIXUP1 He is.
@@idonthaveideasformyhandle 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.😔
@@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.
@@idonthaveideasformyhandle agreed why would we just copy him
I like how this guy explains everything for the scripting the leaderstats and assigning a tycoon
I followed the tutorial but when I clicked play I didn't see the leader stats please is there a way to fix it?
same
That's what I'm saying 😭😭
Probs mispell
tysm the leaderstats works
What how it’s not working for me
@@NicMendozaMelonYt_Animations how
idk it works
“Our whole life is a tycoon.”
-a wise robloxian.
so true 💀💀🙏🙏
perfect video. You are explaining very good. This helped me a lot :). He deserved a like and a sub!
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!
Me neither :/ Did you figured it out?
Same problem
me too:(
me 3
ya
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!
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
When I tried scripting the Leaderboard It didn't work so what should I do?
Your not the only one
me too
This tutorial really helped me and he went into detail step by step on how to do everything
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?
same
Same
same lol i dont think he scripted it properly in the video
@@rb999x i got same problem but how come it work for him?
This better then most things it explains everything and what it does so I can actually learn
I love how he explains every detail! You earned a sub!
Bro u are so awesome I would not have become a game creator without you.
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?
Same here.
same too
i think that the script isnt the same anymore
probably@@Iclo222
i discovered in a channel called codebro29 that to the script work aparently theres can only be one local on it
YOUR SO AMAZING THAT YOU MAKE ALL OF THOSE VIDS! IT APPRECIATED WE ALL LOVE YOU!
Roadbolox is my favourite game 🎮
Roadbolox is so good
No its roadblocks
No it's roadbolox
@@XMugGaster shut up no its not
@@shieldtmm learn your manners kid
This looks like a great tutorial. I'll put it to use if I am ever able to sign into Roblox Studio..
thank you so much!! I wanted to make this project 2 days ago, thanks for the huge help! ❤
this guy is the goat
Thanks Alvin for all your tutorials!!!
My pleasure
this was so helpful :)
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
thank you very much for help
i dont understand van u help me with that
SAME
@suki.kitofficial_.
I did, but It still won't work. It worked before the tycoon stuff, when I only had the leader status stuff.
Yeah taht was my problem but why is it not working on the tycoon give stuff
How much I was waiting for a tycoon tutorial😄😄
I hope you enjoy it!
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!
exactly me too
Me too
remove the first . before game
Make sure you put the capital letters and lowercase letters in the right stop. Accidentally putting a capital letter may ruin the script
Im having this problem as well
Love your voice. Definitely subscribing! Thanks for helping
Thank you SO MUCH for this tutorial, AlvinBlox! Keep scripting, everyone!
Thanks Sam!
@AlvinBlox my cash isn’t on the leaderboard
I started scripting 1year ago and i still dind't understand anything but thanks to your videos i'm starting to understand, Thank You❤
when i play none of the tycoons say they are taken can someone help
@SkullClanReal you have to make sure your script and the name of the stuff is EXACTLY like his exept ofc the build!
@@StrawberrywolfonYT I did and it still doesn’t work
@@Lunac4mowell idk
Hey! First my leaderstats worked but later on it wouldnt work and it wouldnt assign a tycoon for me do you have tips?
Yeah I've got the same problem, not even the leaderstats work anymore.
Since it's been 6 days since you commented, have you found the problem yet? If so, please tell me, ofc I'll try to find the problem myself because I'm not lazy, but still.
And if you haven't found the problem yet, I'll help you too if I find it. Yk helping each other
Imagine I get pinned
Ikr
Nope buddy nope
Ikr
Ikr
Ikr
ey i was just thinking about this video from you ;D (your amazing btw)
Anyone know how to fix the script where its supposed to spawn you at a tycoon?
I have the same problem!
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
Me too
I think if in your script that assigns the player, use script to move the player to the spawn box for that tycoon.
if you are struggling to get 20:35 to work check the names in your explorer, i had tycoon and tycoons mixed up. although still didn't spawn me in the building but it did assign so good enough :)
i copied the script for the leaderboard but it didnt work can someone maybe tell me what could be the problem?
Me too
Copy from other channel video, it work to me
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)"
Its always nice when you post, these videos are a ton of help :)
Thanks!
my script isnt working
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.
@@seedtheprotogen damn hahahaha
@@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
@@spidernik2530 that I don't know what to do.
@@seedtheprotogen Thank you a ton
hi alvinblox i have done wath you said in this video the only thing is my caracter is not spawning in the tycoon it gives me the userid and the treu boelien but it not spawn me there have you anything that can help ?
but you are doing great im into scripting my first roblox game
im quinn99876
Noice
Thanks you so much bro this tutorial was awesome you deserve a sub.Thanks man
Pov: light mode 🤮🤮🤮🥴🤢🤢🤢🥴🤢🥴🥴🤒🤕🤕🦾🫰🏻✌️👻💀💩🤡👺👽💩🦷🫦💄🫦🦶🦵
TO EVERYONE STRUGGULING WITH USERID NOT BEING SET PROPERLY
Roblox's method of getting the user ID of players "(player.UserId)" HAS to be spelled otherwise you WILL get an error
Hope this helps anyone who had trouble
That fixed it, listen to this guy
Wow, I never realized that attributes meant anything. That makes things much easier.
GUYS I WASTED 3 HOURS BUT IT DID NOT WORK SO DONT USE THIS VIDEO LIKE THIS SO EVERYBODY KNOWS!
not even 2 minutes into the vid, seems very well-made!
how did you get the leaderstats? when i did it, it didnt apear. fix?
I have one slight problem. What do I do with the spawn block, and my script is the exact same as his but I wont spawn at a tycoon. Anything I should try?
I have the same problem, does someone know how to fix it?
I loved this vid and you just got a new sub
I don't see leaderstats because of roblox beta testing, should I disable it?
This was really helpful but i cant get the leader stats working i double checked and i didn’t make any differences but there was no cash on the leaderboard or a leaderboard folder
Roblox recently removed leaderboards
@@TankplayzPowers so the cash wont show at all?
im trying to code but im having some trouble i cant seem to work the cash on the leaderboard it just says my name?
me too bruh
Thank you so much! Now my tycoon blowed up yesteday all thanks to you! Bravo!
Hey do you know how to fix not being spawned in tycoon
@@princechitenga5062ua-cam.com/video/lN2I3cks0WU/v-deo.htmlsi=Z08hBCgrofByWBNI
same@@princechitenga5062
I have the same identical script but it doesn't work, nor the taken nor the user ID, in the console it just says the warn message
The video seemed smooth but my script isnt working, could you tell me some possible mistakes so i can fix it?
which script because if its the first script something must have changed so its
game.Players.Playersadded:connect(function(player)
for the first line
yours doesn't get boring so i like it. it is also very helpful so ty.
Of course, the knowledge gained in this video can be used in many other situations, not just Tycoon.
Hi!
I, for some reason, can't make the script to work. When I made it so that you have cash in the beginning and the leaderstats it worked out great, but later when I added the Tycoon stuff it didn't work anymore, nothing did.
I've also checked several times so that I did it exactly like you did, but it didn't work. I have no typos, the exact same amount of lines, the exact words. I'm 99,99% sure that the script is 100% identical to yours
Anyone know how to fix this?
i got the same problem
Same
When I test it , it says my player id attribute but it does not check the taken attribute. Can someone help?
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. ❤
The leaderstats work perfectly but the taken and user id is not working
i dont know if i messed something up but when i press play i dont see the leaderboard like he does it just shows my username
Same with me
Thank you learn me ❤
Instead you can make a conveyer with some parts and change' the volicity with bottom part. Your good to go👍
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
local Tycoons = game.Workspace:WaitForChild("Tycoons")
add ""
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.
im having the same issue.. 😥😥
Yeah same
Thank you so much! This was helpful! You deserve a like and subscribe!
For me the tycoon didnt assign at first because in the Tycoons folder i had other folders like tycoons, buttons and decorations but once i got rid of those folders the the tycoon was able to assign
I had the same problem, but the solution didn't work for me. Have any tips?
got some game ideas but would say but then people might try to steal my ideas as there own so its a secret but this video should help me a lot thanks !
For those of you having problems with the values and leaderstats not working, try adding your "Tycoon" model in a folder called "Tycoons"
13:38 do you press enter key to move up and down?
@@Nate_Vr1 arrow keys
Oh ok thank you!
Hey Alvin, everything worked fine except when i join my game i DONT get teleported to the assigned tycoon even tho it say that its taken
AlvinBlox why is it when I rechecked my script that I copied from u it won't let me go to a random tycoon cause I rechecked if there were any mistakes and there were and I rechecked again until there weren't any so how come i cant teleport to a random tycoon im really confused
the script doesnt teleport you to a tycoon, it just gives you a tycoon but he spawns there because his tycoon is in the middle of the baseplate
Bro pls help me in this part 20:25 mine didn't work i alr click all the tycoon5