Hi, Can someone help? I tryied to script an only rank uniform Script, but it doesn't work.
Would work something like this in a server script.
local RankId == 254 --rank id 0-255 check group configure or use https://api.roblox.com/groups/{groupIdhere} game.Players.PlayerAdded:Connect(function(player) plr.CharacterAdded:Connect(function(char) if plr:GetRankInGroup({GROUP_ID}) == RankId then local Humanoid = character:WaitForChild("Humanoid") local HumDesc = Humanoid:GetAppliedDescription():Clone() HumDesc.Shirt = {ShirtId} HumDesc.Pants = {PantsId} Humanoid:ApplyDescription(HumDesc) end end) end)
Closed as Not Constructive by shadowstorm440 and imKirda
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?