Answered by
4 years ago Edited 4 years ago
When answering, if your answer does not fully solve the question, it should be written as a comment to the question instead of as an answer.
So first you need at acess player's character "p.CharaterAdded:Connect(function(char)" and after make a for loop .what you did wrong was you wrote "p.ShirtTemplate" it will not acess shirt you need to do "p.Shirt.ShirtTemplate" so it acesses shirt in the local player.
:
02 | p = game.Players.LocalPlayergroupID = 6998516 |
03 | game.Players.PlayerAdded:Connect( function (p) |
04 | p.CharacterAdded:Connect( function (char) |
06 | if p:IsInGroup(groupID) and p:GetRankInGroup(groupID) > = 252 then |