Hey! Just wanted to mention that this video assumes you have basic-intermediate knowledge of tables, modules, and Roblox scripting in general. If you're just starting off or would like extra resources on tables and modules, I would recommend the following resources before starting this series: This page has loads of tutorials for anyone just starting on Roblox Studio: create.roblox.com/docs/tutorials This page has info on tables: create.roblox.com/docs/luau/tables This page has info on modules: create.roblox.com/docs/education/coding-6/intro-to-module-scripts If you're a video tutorial kind of person, this is the guy I started with: ua-cam.com/video/aX0Kw_txrIY/v-deo.html
Wow! I watched your previous tutorials on the Inventory Tutorial and am super glad you made a new one! I'm looking forward to this series! You are underrated!
hey i might just be stupid but i got like ui designed but you didnt use it yo self does that come later in the series or did you just skip that?@@Knineteen19
Yeah I made that series like right after figuring out how to make an inventory myself and so it was still kind of unrefined and not exactly the most secure or convenient in the long run. Glad I could help though!
you're the only one who i can count on in this tutorial I needed this for my group's game dev in roblox research kind thank you for this hopefully this will help with our inventory and hotbar
just used this and it help a ton, only thing is that it was a little fast and a tad bit confusing, but overall i think i got the main idea and it works as it should 8/10 im ready for the second part (im about to watch it as of now)
Yeah, there are definitely better ways I could've done this that would've made it a little bit more organized, but feel free to join the Discord and ask questions if you ever need to as well. I'm glad the tutorial's helping either way though.
Hey! Nice updated tutorial, there is one thing I prefer with the old one though. The old went slower and gave you time to comprehend what was happening on screen, don't be afraid to make the video longer for the sake of a good tutorial!
Great video and content. I do have one suggestion though ;). Please so just a bit slower. Here are a couple of examples: when I watch the video you go so fast that it appears that you skip steps (time 1:39) and go lightening fast through numbers you are using for attributes (at time 1:55). Definitely appreciate you sharing your knowledge, thank you :)
Yeah, I feel like I got better with the editing process and making sure it's not too fast as I went further into the series, but I'm not sure. Overall, there are definitely better ways I could have organized the process of making these videos that would've made it more concise and easier to follow, but I'm glad it helps either way, and feel free to ask questions in the Discord server if you ever need help too.
In this series I believe I just use normal data store for simplicity but you should be able to configure the saving and loading for whatever else you want fairly easily. It's mostly just about using HttpService to convert the table into a string and then converting that string back into a table so you can load the tools into the backpack from sample tools in ServerStorage, so it'd probably work with any sort of saving method.
Lol fair enough. I did pin some resources at the top of the comments if you want to check those out too to get a better understanding of tables and some other things you might want to know if you come back to this tutorial.
I was thinking I could probably manage to upload them weekly. I have the entire series recorded already so all I need to do is go through it, write a script, and edit the video.
Great video but I had some trouble following along cause it was way to fast paced for me like I had to go to UA-cam settings and turn playback speed down so if you could make the videos more slower paced that would be great thank you, also could you like make it so like we can see the size and the positions of the frames you work on when editing if you can that would be great! :) but really good video overall.
Note: when you make the size for the sample, you INSTANTLY swap to padding for the other thing, and I can't se ethe size and it made it veery confusing
I really liked your old idea, I really wanted an inventory of just tools, like treasure quest or pet simulator x, this idea is inspired by minecraft, so I really hope u have an updated version of your old videos
I'm a bit confused what it is you mean, especially given that I haven't played either treasure quest or pet simulator x hardly. If you mean without the item stacking, that would be easy to do just adapting this system and setting the max stack of all items to 1, but otherwise I'm not really sure what the problem with this inventory system is. My last inventory system was done almost entirely on the client, making it very vulnerable to exploits and making it rather difficult in a variety of ways to get the inventory information on the server and work with it from other scripts. This IS the updated version of my old videos, but it's still a work in progress as not all videos are out yet.
@@Knineteen19 I meant that there is no dropping nor picking up system, all I need is like a custom inventory, a backpack, and an equipping and unequipping system, exactly like ur old tutorial
@@Knineteen19By the way, I know this is the updated version, it's just you're adding many features like armour and picking up/ dropping, I really hope you could explain how I can do all this stuff without the picking up /dropping part and the armour part
@@ahmadalbin7647 Ah okay. Well, I'd rather not make a third series on the same tutorial just for that, but you could probably manage to just not write all the stuff regarding item dropping/pickup, armor, etc., and follow the series without adding those additional features. You'd just have to make sure to pay attention to what each specific thing does, as knowing how all the code works will make it a lot easier to edit and work with on your own. Everyone has their own preferences for how to make an inventory for their specific games, so I can't really meet every single demand, but I figured I could just make a new system with a bunch of features that people can pick and choose from.
@@Knineteen19 Ok thanks anyways, I understand why you don't prefer making a series just for me, I know it takes so long. So I'll just join your discord server just incase I have a problem with the script.
@2:45 How did you click to browse your computer for the image. I'm left, right, double, holding control option shift command and cannot get it to give me the box with choose image.
I had the same problem, if anyone else does too: make sure your game is published & then it should work. Go to Home, Game Settings, & if your game hasn't been published yet it will give you the option to.
I am late to the party, and maybe this is just my opinion, but I do not like shorter videos. I know it is trendy nowadays to create shorter videos, but I never liked it. I personally like to see all the coding happen in real-time, no copy-pasted chunks. Maybe you did another video explaining it already, so I could be wrong about this. But I really wish you included the creation process of the two ModuleScripts you created and used for this tutorial.
Hey i got a problem, if i duplicate or add another slot or sample, the slot becomes transparent and the slotcount also moves. Any idea how i can fix that?
The slot count moves? As for the slot becoming transparent, did you make sure to turn the .Visible property to true? I couldn't really say what the issue is without more information tbh.
Honestly this series would've been so much shorter too if I had done it the same way I'm doing my new OOP NPC series, but yeah a lot of members who have purchased the file for this series found some bugs and whatnot and I didn't want to leave anyone hanging, so this series will be extra long, but will hopefully cover it all.
If you mean cloning items in the explorer, you can either use Ctrl + C and Ctrl + V, just use Ctrl + D (duplicate, probably what I used), or you can right click the item you would like to copy and/or duplicate and press the buttons instead.
I'm not too sure what you mean. I believe this episode covers how I made the UI for the hotbar if that's what you're talking about. If you want access to download the files for this tutorial, you can get the lowest-tier membership for $2.99/month either here or on Patreon and join the Discord server for access to all of my tutorial files.
In what way? If you have any questions about it, you can always join the Discord server in the description. It's impossible to make a perfect video that everyone enjoys, but if you're going to complain about it being hard to follow, I would at least appreciate some more constructive feedback that I can work with to improve future videos.
Overall, one of the worst tutorials ive seen on youtube. The Code is AMAZING, but your code doesn't matter when you talk at the speed of light and go over SUPER important things, like fonts, uiCorner radius, etc. Plus, I had troubles with my Armor slot. I couldn't change the position because of the UIListLayout overriding my positon :/
Lol why do you think I'm remaking the series? Nah but honestly, a large part of the reason this series was rushed for a lot of the videos was because of a new method I tried for creating and editing these videos where I would just record it without the explanation, then write a script and record a voiceover after-the-fact, but I didn't always explain things too thoroughly with that method, so I'm trying something new with the 2024 version.
Hey! Just wanted to mention that this video assumes you have basic-intermediate knowledge of tables, modules, and Roblox scripting in general. If you're just starting off or would like extra resources on tables and modules, I would recommend the following resources before starting this series:
This page has loads of tutorials for anyone just starting on Roblox Studio: create.roblox.com/docs/tutorials
This page has info on tables: create.roblox.com/docs/luau/tables
This page has info on modules: create.roblox.com/docs/education/coding-6/intro-to-module-scripts
If you're a video tutorial kind of person, this is the guy I started with: ua-cam.com/video/aX0Kw_txrIY/v-deo.html
Wow! I watched your previous tutorials on the Inventory Tutorial and am super glad you made a new one! I'm looking forward to this series! You are underrated!
Thank you!
hey i might just be stupid but i got like ui designed but you didnt use it yo self does that come later in the series or did you just skip that?@@Knineteen19
i now realise you made the ui out of the stuff roblox provides and that can just replace that
Yup, you should be able to design the UI roughly how you want it for your own project.@@coolboy123e3
I had a feeling you are going to make this series. Like it. Keep up the good work🔥.
Thanks, will do!
The last one was awesome so I am sure this one will be even better!
About a few months ago I was actually watching and following your old series not knowing the bugs! Thanks for remaking this!
Yeah I made that series like right after figuring out how to make an inventory myself and so it was still kind of unrefined and not exactly the most secure or convenient in the long run. Glad I could help though!
im very hyped for this i love your videos
Love this tutorial
looking forward to this series.
food, armor, tools
you're the only one who i can count on in this tutorial I needed this for my group's game dev in roblox research kind thank you for this hopefully this will help with our inventory and hotbar
Keep the series going🎉🎉
I was heartbroken when watching the old tutorials and watching my code fall apart because of Roblox Studio updates. I'm so happy he's doing this!!🎉❤
Glad to help!
yay remake!
just used this and it help a ton, only thing is that it was a little fast and a tad bit confusing, but overall i think i got the main idea and it works as it should
8/10 im ready for the second part (im about to watch it as of now)
Yeah, there are definitely better ways I could've done this that would've made it a little bit more organized, but feel free to join the Discord and ask questions if you ever need to as well. I'm glad the tutorial's helping either way though.
Hey! Nice updated tutorial, there is one thing I prefer with the old one though. The old went slower and gave you time to comprehend what was happening on screen, don't be afraid to make the video longer for the sake of a good tutorial!
Great video and content. I do have one suggestion though ;). Please so just a bit slower. Here are a couple of examples: when I watch the video you go so fast that it appears that you skip steps (time 1:39) and go lightening fast through numbers you are using for attributes (at time 1:55). Definitely appreciate you sharing your knowledge, thank you :)
Yeah, I feel like I got better with the editing process and making sure it's not too fast as I went further into the series, but I'm not sure. Overall, there are definitely better ways I could have organized the process of making these videos that would've made it more concise and easier to follow, but I'm glad it helps either way, and feel free to ask questions in the Discord server if you ever need help too.
THANK YOUUUUU
Perfect 😂
Hey I know you.
Nice.
Is that a channel member I see?
What will you use for saving the inventory, suphis ds, normal ds, ds2 or profile service?
In this series I believe I just use normal data store for simplicity but you should be able to configure the saving and loading for whatever else you want fairly easily. It's mostly just about using HttpService to convert the table into a string and then converting that string back into a table so you can load the tools into the backpack from sample tools in ServerStorage, so it'd probably work with any sort of saving method.
@@Knineteen19 ye, btw did you see how usefull is suphi's ds? its pretty good
Thank you very much, very gud
after the series can u please make a shop gui btw love ur content dude
Sure! I'll add that to the list of video ideas.
i had no idea what was even going on i am so confused ill come back to this later
Lol fair enough. I did pin some resources at the top of the comments if you want to check those out too to get a better understanding of tables and some other things you might want to know if you come back to this tutorial.
my bran got confused every time he would delete something and later be like whatever ill add it back
Lmao yeah that's my indecisiveness at work and my not knowing a good way to make it more organized in the editing process.
About how long will it take for each video to come out? Your previous inventory series was incredible and I’m looking forward to the revamp!
I was thinking I could probably manage to upload them weekly. I have the entire series recorded already so all I need to do is go through it, write a script, and edit the video.
Oh wow that’s great! Thank you for replying and letting me know!
Great video but I had some trouble following along cause it was way to fast paced for me like I had to go to UA-cam settings and turn playback speed down so if you could make the videos more slower paced that would be great thank you, also could you like make it so like we can see the size and the positions of the frames you work on when editing if you can that would be great! :) but really good video overall.
i m waiting for this months
hasta estoy repasando mi ingles pa entenderte
I respect that haha. I only wish I knew more Spanish or any other language.
@@angelcarvajal3086 I also just added my script for the video to the subtitles so the auto-translate might be more accurate now if that helps at all.
does inventory data save when you leave?
Will this be able to have items that are not tools in it aswell. Like lets say resources for crafting
Probably not but you could easily make a tool for a resource and just make so you can't equip it to the hotbar and thus can't hold it.
Does using text buttons affect it?
Note: when you make the size for the sample, you INSTANTLY swap to padding for the other thing, and I can't se ethe size and it made it veery confusing
I really liked your old idea, I really wanted an inventory of just tools, like treasure quest or pet simulator x, this idea is inspired by minecraft, so I really hope u have an updated version of your old videos
I'm a bit confused what it is you mean, especially given that I haven't played either treasure quest or pet simulator x hardly. If you mean without the item stacking, that would be easy to do just adapting this system and setting the max stack of all items to 1, but otherwise I'm not really sure what the problem with this inventory system is. My last inventory system was done almost entirely on the client, making it very vulnerable to exploits and making it rather difficult in a variety of ways to get the inventory information on the server and work with it from other scripts. This IS the updated version of my old videos, but it's still a work in progress as not all videos are out yet.
@@Knineteen19 I meant that there is no dropping nor picking up system, all I need is like a custom inventory, a backpack, and an equipping and unequipping system, exactly like ur old tutorial
@@Knineteen19By the way, I know this is the updated version, it's just you're adding many features like armour and picking up/ dropping, I really hope you could explain how I can do all this stuff without the picking up /dropping part and the armour part
@@ahmadalbin7647 Ah okay. Well, I'd rather not make a third series on the same tutorial just for that, but you could probably manage to just not write all the stuff regarding item dropping/pickup, armor, etc., and follow the series without adding those additional features. You'd just have to make sure to pay attention to what each specific thing does, as knowing how all the code works will make it a lot easier to edit and work with on your own. Everyone has their own preferences for how to make an inventory for their specific games, so I can't really meet every single demand, but I figured I could just make a new system with a bunch of features that people can pick and choose from.
@@Knineteen19 Ok thanks anyways, I understand why you don't prefer making a series just for me, I know it takes so long. So I'll just join your discord server just incase I have a problem with the script.
@2:45 How did you click to browse your computer for the image. I'm left, right, double, holding control option shift command and cannot get it to give me the box with choose image.
I had the same problem, if anyone else does too: make sure your game is published & then it should work. Go to Home, Game Settings, & if your game hasn't been published yet it will give you the option to.
I am late to the party, and maybe this is just my opinion, but I do not like shorter videos. I know it is trendy nowadays to create shorter videos, but I never liked it. I personally like to see all the coding happen in real-time, no copy-pasted chunks. Maybe you did another video explaining it already, so I could be wrong about this. But I really wish you included the creation process of the two ModuleScripts you created and used for this tutorial.
Hey i got a problem, if i duplicate or add another slot or sample, the slot becomes transparent and the slotcount also moves. Any idea how i can fix that?
The slot count moves? As for the slot becoming transparent, did you make sure to turn the .Visible property to true? I couldn't really say what the issue is without more information tbh.
Put visisble but still invisible@@Knineteen19
Did he show how to unequip?
thx for making these videos but could you please slow it down just a bit.
bro this way to fast, slow down, your going a little to fast
you say this after the series is over? use the speed modifier in the youtube settings!!!!!
In the previous inventory series it took him an hour to do what he did here in 6 minutes 😂
I hate when people say this because you can literally just slow down the video.
Wait, wait, wait
There is an actual series getting fixed for bugs + new features?!?
From those I did before, this is the first one
Honestly this series would've been so much shorter too if I had done it the same way I'm doing my new OOP NPC series, but yeah a lot of members who have purchased the file for this series found some bugs and whatnot and I didn't want to leave anyone hanging, so this series will be extra long, but will hopefully cover it all.
im confused how do you clone?
If you mean cloning items in the explorer, you can either use Ctrl + C and Ctrl + V, just use Ctrl + D (duplicate, probably what I used), or you can right click the item you would like to copy and/or duplicate and press the buttons instead.
Okay tutorial, you skipped a lot during the actual gui stuff but other than that pretty good 👍🏻
WHERE TO GET THE INVENTORY HOT BAR BRO
I'm not too sure what you mean. I believe this episode covers how I made the UI for the hotbar if that's what you're talking about. If you want access to download the files for this tutorial, you can get the lowest-tier membership for $2.99/month either here or on Patreon and join the Discord server for access to all of my tutorial files.
pls make step by step and not skip most of the stuff :)
I need script
Hi
First
bruh the downloads don't work
edit: nvm i figured it out
Alright, let me know if you have any other questions.
good tut but bro i aint no bot Slow down with the words i cant even process what ur saying
Lol yeah, I'm still learning the best way to edit things, but I've been trying to slow down in future videos.
There's always 0.75x speed lol.
Very hard tutorial to follow.
In what way? If you have any questions about it, you can always join the Discord server in the description.
It's impossible to make a perfect video that everyone enjoys, but if you're going to complain about it being hard to follow, I would at least appreciate some more constructive feedback that I can work with to improve future videos.
He probably can't keep up with the speed but we can just slow down with playback speed@@Knineteen19
confusing as hell
Overall, one of the worst tutorials ive seen on youtube. The Code is AMAZING, but your code doesn't matter when you talk at the speed of light and go over SUPER important things, like fonts, uiCorner radius, etc. Plus, I had troubles with my Armor slot. I couldn't change the position because of the UIListLayout overriding my positon :/
the tutorial assumes you have basic knowledge of lua and roblox studio
Lol why do you think I'm remaking the series? Nah but honestly, a large part of the reason this series was rushed for a lot of the videos was because of a new method I tried for creating and editing these videos where I would just record it without the explanation, then write a script and record a voiceover after-the-fact, but I didn't always explain things too thoroughly with that method, so I'm trying something new with the 2024 version.
Speak way to fast and it dident work same with a lot of other people bad tutoruial