I can change teams but people in the game don't see the team I switch too.
Note: I want to keep it as a free change team like a social game for my oby
local player = game.Players.LocalPlayer script.Parent.MouseButton1Click:connect(function() player.TeamColor = BrickColor.new("Black") end)