guys can I get help with this please?
I made a script to change the shirt and pants but how do I make the hat change also ? here is the script
game.Players.PlayerAdded:connect(function(player)
while not player.Character do wait()end
local character=player.Character
1 | local animateScript = character.Animate |
end)
that's what changes the pants and shirt but I want to change the hat and I don't have idea about it cause it's not template or something like that.
ty if you read and double thank you if you reply.