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
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!
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 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
@@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.
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.
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
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 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?
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.
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
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!
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
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)"
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
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?
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
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 ?
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 don’t know if they updated it but the function at the beginning of the script is messing with my whole script and not letting it work and it’s happened two times
Do you mean after we added the leader stats? Like if you don't have the stuff he added after he did the leader stats did it work? Because then we'll have the same problem
@@Ninjajmarshall do you have dark or light mode on? Because I have dark mode and then it’s red (I think, because other things are also red that isn’t red in the video) but it still works for me. Just not the assignment things
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
I have a question but when going to the next line of code how do you make it to where there’s already space at the beginning of the text? The script text keeps lining up with the word “game” and not being 3 spaces ahead like in 14:00
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 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.
This was really helpfull
GGS
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
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?
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?
Thanks, many people talk about tycoons but I've not heard a lot about how people make these mechanics.
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
yooo i love it when alvin uploads!
Cheers Sooper 👍
Adding UI padding, with right and left padding set to 0.2 seems to work well on the text label within the billboard.
I used to find these tutorials helpful… I guess I’m getting better at Studio. Thanks Alvin! 😂❤
Your voice is too soothing for this, I accidentally fell asleep while watching this.😅
💀💀💀
@@MrHappyMealCat and the point if this comment was😐😐
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
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 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 remember watching you 2 years ago! im surprised you haven't stopped! keep up the good work!
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
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.
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 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 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!!
Love your voice. Definitely subscribing! Thanks for helping
I love how he explains every detail! You earned a sub!
At 14:37 I have the leaderstats folder just not the # cash if anyone could help that would be great.
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
Thanks! it really helped beacuse i had no idea of what to do for a tycoon but now you have given me inspiration!
“Our whole life is a tycoon.”
-a wise robloxian.
so true 💀💀🙏🙏
Nice video alvin, I still remember your OG tycoon series from around 2020.
Cheers
@@AlvinBlox no problem man
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 😭😭
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
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 like how this guy explains everything for the scripting the leaderstats and assigning a tycoon
When I tried scripting the Leaderboard It didn't work so what should I do?
Your not the only one
me too
perfect video. You are explaining very good. This helped me a lot :). He deserved a like and a sub!
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?
Bro u are so awesome I would not have become a game creator without 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
@@SkullClanRealwell idk
This better then most things it explains everything and what it does so I can actually learn
Thanks Alvin for all your tutorials!!!
My pleasure
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
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
I don't see leaderstats because of roblox beta testing, should I disable it?
thank you so much!! I wanted to make this project 2 days ago, thanks for the huge help! ❤
I wanted to make my own tycoon, and now I can thanks for the tutorial, and I'll watch part 2
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
tysm the leaderstats works
What how it’s not working for me
@@NicMendozaMelonYt_Animations how
idk it works
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
This tutorial really helped me and he went into detail step by step on how to do everything
Thank you SO MUCH for this tutorial, AlvinBlox! Keep scripting, everyone!
Thanks Sam!
@AlvinBlox my cash isn’t on the leaderboard
YOUR SO AMAZING THAT YOU MAKE ALL OF THOSE VIDS! IT APPRECIATED WE ALL LOVE YOU!
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.
this was so helpful :)
Noice
this guy is the goat
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
13:38 do you press enter key to move up and down?
@@Nate_Vr1 arrow keys
Oh ok thank 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
ey i was just thinking about this video from you ;D (your amazing btw)
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)"
This looks like a great tutorial. I'll put it to use if I am ever able to sign into Roblox Studio..
Imagine I get pinned
Ikr
Nope buddy nope
Ikr
Ikr
Ikr
Its always nice when you post, these videos are a ton of help :)
Thanks!
Pov: light mode 🤮🤮🤮🥴🤢🤢🤢🥴🤢🥴🥴🤒🤕🤕🦾🫰🏻✌️👻💀💩🤡👺👽💩🦷🫦💄🫦🦶🦵
I loved this vid and you just got a new sub
GUYS I WASTED 3 HOURS BUT IT DID NOT WORK SO DONT USE THIS VIDEO LIKE THIS SO EVERYBODY KNOWS!
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
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 leaderstats work perfectly but the taken and user id is not working
How much I was waiting for a tycoon tutorial😄😄
I hope you enjoy it!
i litterally did everything at 20:08 the script dosent work pls help
same here, hopefully someone knows.
which script because if its the first script something must have changed so its
game.Players.Playersadded:connect(function(player)
for the first line
@@datboiiscommingI tried replacing it whit the line but it still isn’t working
@@praline-The1 den i dont know
Bro pls help me in this part 20:25 mine didn't work i alr click all the tycoon5
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
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?
and can somebody help me with this in the video it show the players but in mine it doesnt ı check and check but couldnt do it can somebody help me?
you need to retype it
type 'leaderstat' instead. leaderstats doesnt exist anymore
@@skebleton ok but how do i fix that it doesent say it is taken
Hi I’m confused on 14:21, I wrote the same exact script but my leader stats aren’t showing in the player log?
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
also make sure your script is in ServerScriptService
Make sure your in testing mode like player form or else its not gonna show cuz theres no one in the game
make sure to use " and not ¨
Thanks you so much bro this tutorial was awesome you deserve a sub.Thanks man
I started scripting 1year ago and i still dind't understand anything but thanks to your videos i'm starting to understand, Thank You❤
I am stuck on the cash. I wrote the the exact same way several times and it will not give me cash in game. What am I doing wrong?
Edit, none of it worked for me. It did not assign me a tycoon either
same
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
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
i put in All the code i did everything when do the final thing the leaderboard money and id in properties don't show
20:14 wont work when i join the game the cash wont show and i triple checked the script
yea I have the same problem
For those of you having problems with the values and leaderstats not working, try adding your "Tycoon" model in a folder called "Tycoons"
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
not even 2 minutes into the vid, seems very well-made!
I don’t know if they updated it but the function at the beginning of the script is messing with my whole script and not letting it work and it’s happened two times
Do you mean after we added the leader stats? Like if you don't have the stuff he added after he did the leader stats did it work? Because then we'll have the same problem
No when you do the script when you say function for the first time it turns red and doesn’t work for me
@@Ninjajmarshall do you have dark or light mode on? Because I have dark mode and then it’s red (I think, because other things are also red that isn’t red in the video) but it still works for me. Just not the assignment things
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 ""
Instead you can make a conveyer with some parts and change' the volicity with bottom part. Your good to go👍
yours doesn't get boring so i like it. it is also very helpful so ty.
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
I have a question but when going to the next line of code how do you make it to where there’s already space at the beginning of the text? The script text keeps lining up with the word “game” and not being 3 spaces ahead like in 14:00
Got it to work I noticed I didn’t name stuff correctly
Wow, I never realized that attributes meant anything. That makes things much easier.
how did you get the leaderstats? when i did it, it didnt apear. fix?
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 :)
The scrip I put in like what you did doesn’t work for me. It won’t show the leaderboard with money and won’t assign me a tycoon
same
This was super helpful!
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. ❤
everytime i use your code i copy it word for word and it doesnt work am i doing something wrong if so can i get help
SAME