šŸ”„ How to Make a Tycoon On Roblox Studio | Scripting Tutorial

351,780
0
Published 2023-06-10
šŸŽ® Are you ready to learn how make a tycoon game on Roblox? In this beginners' scripting tutorial, I'll show you how to build an engaging tycoon using Roblox Studio. From setting up the baseplate to designing the perfect buttons and items, you'll learn everything you need to know.

šŸ—ļø Start by watching as I show you how to set up the foundation of your tycoon. Learn how to insert parts, move, scale, and rotate them to craft the basic structure of your game. I'll walk you through creating walls and a floor, and even ensure that your parts remain anchored for a seamless gameplay experience.

šŸ’° You'll also discover how to create a purchase button that players can step on to buy items within your tycoon. You'll also learn how to add descriptive text on the button using a Billboard GUI, making it clear what players are purchasing.

šŸ›ļø But that's not all ā€“ I'll teach you how to implement items that players can unlock and enjoy. Learn how to use attributes to manage costs, IDs, and ownership of these items. I'll show you the entire process, from setting up attributes to dynamically assigning a tycoon to each player.

šŸ‘¾ Whether you're a seasoned Roblox developer or just starting out, this tutorial is perfect for you. Join me as I guide you through the creation of your very own tycoon game in Roblox Studio.

šŸŽ‰ Like, subscribe, and hit that notification bell so you won't miss the next exciting tutorial in this series. Let's create amazing games together!

Part 2: Ā Ā Ā ā€¢Ā HowĀ toĀ makeĀ aĀ TycoonĀ onĀ RobloxĀ (PartĀ 2)Ā Ā 

Join my Discord server: www.discord.gg/alvinblox
Follow me on X: www.twitter.com/alvinblox
Follow my Roblox account: www.roblox.com/users/14943069

All Comments (21)
  • @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!
  • @graceplaysxo
    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!
  • @xenonhuffer
    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!
  • @AK47-I-like-AK47
    This man explained everything to make sure everythings perfect for your tycoon. We need more people like you, AlvinBlox.
  • @hackall360gaming
    Adding UI padding, with right and left padding set to 0.2 seems to work well on the text label within the billboard.
  • @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.
  • @maharibrahim4440
    i remember watching you 2 years ago! im surprised you haven't stopped! keep up the good work!
  • @LeapInno
    Thanks, many people talk about tycoons but I've not heard a lot about how people make these mechanics.
  • @chaible
    I used to find these tutorials helpfulā€¦ I guess Iā€™m getting better at Studio. Thanks Alvin! šŸ˜‚ā¤
  • @jpplol_
    thank you so much!! I wanted to make this project 2 days ago, thanks for the huge help! ā¤
  • @jdevStudios
    Thanks! it really helped beacuse i had no idea of what to do for a tycoon but now you have given me inspiration!
  • @user-cz4mi1nf8o
    Love your voice. Definitely subscribing! Thanks for helping
  • @haniixme
    GUYS, I RECCOMEND THIS!!! ITS AWESOME :) ITS AMAZING HOW HE EXPLAINS EVERYTHINGGGG!!!!
  • @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
  • @Vorthex3
    ey i was just thinking about this video from you ;D (your amazing btw)
  • @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
  • It has been my dream to make games on Roblox, and now you have made that a reality. Thank you
  • @animator8797
    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
  • 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