How to make a team of large sizes and the other normal size team?

hello, I'm a bit new, of French origin so the tutorials are difficult for me and my questions will seem obvious to you but can you please tell me how to make a team of large sizes and the other normal size team?

Are you asking to physically scale the height, width and depth of the player avatar on one team compared to the other or to have more players on one team than the other?

I'm reading this as scaling physical dimensions, sorry if I have misunderstood:
Have a Team Settings object with Team Mode = Teams Versus.
Create 2 spawn points, one with Team = 1 the other with Team = 2, on the Team = 2 spawn point change the Player Scale Multiplier to whatever you want, e.g. 2

If you want to have more players in one team than another, then you need some lua script based around Game.playerJoinedEvent and then assign the player team manually using player.team = 1 or 2 (don't have an autobalancer) Example: Unbalanced Team

thank you very much​:grin::grin:, it's that simple, I expected to do the script