I have a 3 questions regarding using custom player classes in my gamemode:
-
How do I set custom player classes for my game mode
-
How do I enable the client to switch between 2 classes, after initially spawning as one class, by pressing a button (for example I initially spawn as class 1 then switch to class 2 when I press f2. If I press it again after that I switch back.) and having my character die (Player:KillSilent( ))
-
How do I make loadouts and playermodel be affected by which class you have
**Basically I just want to set up 2 teams which you can switch back and forth from, with custom player models and load outs **