Group rank uniform

Hello! I’m creating an army in roblox and I found the script group rank uniform.
I watched a Video but I have always the same error. “Shirt is not a valid member of Model Workspace, Fragamer123_pt”

How can I fix this?

1 Like

Maybe you should do the shirt inside of the username…

Try this, it will probably work

 Character:WaitForChild("Shirt").ShirtTemplate = ShirtTemplate
2 Likes

This isn’t needed because they have already got the player from

game.Players.PlayerAdded:Connect(function(Player)

That works! Thank you very much

1 Like