So basically, I’ve been trying to learn how to do this and as you all know if you read my other posts, I’m a beginner in scripting. I’ve trying watching videos but literally all of them are outdated! So if you guys have any tips or clues, I would really appreciate it. [Also, could someone teach me how to put a custom hat on when clicking a button?]
For the pants and shirt choose gui you can do this.
local shirtid = 1344433 -- Your shirt ID
game.StarterGui.ScreenGui.TextButton.MouseButton1Click:Connect(function(player) -- Location of your GUI
player.Character.Shirt.ShirtTemplate = shirtid -- change to player.Character.Pants.PantsTemplate = pants id For pants
end)
Sorry, I’m not able to give you an entire gui, that shouldnt be too hard to make. i’d assume you’d know how to close the gui once the character is selected?