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?
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?
Maybe you should do the shirt inside of the username…
Try this, it will probably work
Character:WaitForChild("Shirt").ShirtTemplate = ShirtTemplate
This isn’t needed because they have already got the player from
game.Players.PlayerAdded:Connect(function(Player)
That works! Thank you very much