local white = ("Institutional white") local black = ("Really black") local teams = game:GetService("Teams"):GetTeams() script.Parent.Touched:connect(function(hit) player = game.Players:GetPlayerFromCharacter(hit.Parent) if player then for i = 1, #teams do team = teams[i] if team.TeamColor == player.TeamColor then script.Parent.BrickColor = BrickColor.new(team.TeamColor) script.Parent.Material = "Neon" end end end end)
Closed as Too Broad by User#6546 and evaera
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?