Most of the scripts are for people in groups, I just want it to be specific people as there is no group.
local specialteam = {"BL4CKBIRD","aquathorn321","BuilderMan"} --Names of players you want on team game.Players.PlayerAdded:connect(function(player) for i,v in pairs(specialteam) do --Iterate through specialteam if v == player.Name then --checks to see if player is on the list player.TeamColor = "Bright red" --Change color to that of desired team break end end end)
Closed as Not Constructive by Redbullusa, DataStore, and EzraNehemiah_TF2
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?