Hello!
I am new to scripting and need some help!
I’m trying to make a Custom Inventory for My Hats
Any help would be appreciated!
Hello!
I am new to scripting and need some help!
I’m trying to make a Custom Inventory for My Hats
Any help would be appreciated!
For this you’ll have to read up on quite a few thing in order to make this. An good inventory takes time so you’ll have to create it, test it, then re-make it because a programmer never makes a good program on the first try.
Here are some resources to read up on:
Basic intro to GUI’s: UI | Documentation - Roblox Creator Hub
Module Scripts You may or may not need this, depending on how modular you want your system to be. Pun intend! : Basic ModuleScript Tutorial for Beginners (It’s a very basic tutorial and only covers the surface level of module scripts)
Accessories: Accessory | Documentation - Roblox Creator Hub
@colbert2677’s “no-code” Accessory method: What's the most efficient way to attach model to player's hand/anything else - #6 by RainScripts
The Client Server Model: Client-Server Runtime | Documentation - Roblox Creator Hub
Remote Events / Functions Remote functions may not be necessary. : RemoteEvent | Documentation - Roblox Creator Hub
RemoteFunction | Documentation - Roblox Creator Hub
There’s most likely more you’ll need to learn, but this should serve as a starting point.
Good luck with that inventory system!
Thank you so much! I will learn it!