yeah u click a button, its supposed to change the team but its not working lol
script.Parent.MouseButton1Click:connect(function() game.Players.LocalPlayer.TeamColor = game:GetService("Teams").finessers.TeamColor script.Parent.Visible = false end)
script.Parent.MouseButton1Click:connect(function() game.Players.LocalPlayer.Team = game:GetService("Teams").finessers script.Parent.Visible = false end)
This will work better.
Make sure it's a Local Script