I want to give certain teams outfits, so it is easier to understand what team they are on.
I need a script that gives a certain team clothes to do this. If you can help me, I would appreciate it.
I want to give certain teams outfits, so it is easier to understand what team they are on.
I need a script that gives a certain team clothes to do this. If you can help me, I would appreciate it.
Here is a basic script that you could use and modify
for _,Player in pairs(game:GetService("Teams").RedTeam:GetPlayers()) do
--check if they have clothes or not, if they have, remove them and replace with what you want, if no, create clothes and put it on them
end
Can you do more on the script? I am not very good at scripting