Hey. So, I’m really really new to scripting and I’m looking into making a RP game. Something I wanna do is to find a way to make a hat inserter gui that also lets you put custom textures onto those hats you’re adding to yourself. The thing is, I have no idea how to even begin doing that, so I really really need help, I’m begging!
If you are new to scripting, I would suggest the beginners series on YouTube by AlvinBlox or The DevKing. I am also new to scripting, but I think you are going to have to learn how to make an inventory system and then use OnClicked events which then reference the player and access the hat model inside the player and then changes the texture ID from there.
So in total, I would suggest the beginners series as you will find it hard to understand things without basic knowledge of scripting. From there, I would learn how to create a GUI button which then changes the color of a part in game and then when you understand how that works, make that button change the player’s hat texture and then create an inventory from there.