I am unable to change a player’s shirt ID.
workspace:FindFirstChild(player.Name.Shirt).ShirtTemplate = ShirtCD.ShirtTemplate
I am unable to change a player’s shirt ID.
workspace:FindFirstChild(player.Name.Shirt).ShirtTemplate = ShirtCD.ShirtTemplate
Can you send the full script? I can not really get much from here.
Didn’t get much information, but try this (assuming it’s a server script):
player.Character:WaitForChild("Shirt").ShirtTemplate = ShirtCD.ShirtTemplate
Using player.Name.Shirt
wouldn’t work because its gonna look for the Shirt
inside of the Name
property.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.