[HELP] Spawn and teams issue

I made some teams and they just doesn’t work, when I join another team it keeps spawning me at the lobby spawn.


Thats the team that I change to and this is the team that I keep getting spawned even when I changed from team


This is rather unhelpful, do you have any code for us to look at?

What code I can show, its just teams…

if you have teams then you go to a spawner and set it to a team spawner with the color.

What you have to do is something like:

script.Parent.MouseButton1Click:Connect(function()
    game.Players.LocalPlayer.Team = game:GetService("Teams").Monke
end)

In a local script parented to each button. Also, the bit where it says

game:GetService("Teams").Monke

you would change the “Monke” bit to the name of the team each button represents