Set class only for me on start game?

I am a beginner so please bear with me.

I have a class creator and class selector in my game that gives me class 1.

Is there some verse code that will give this class only to me at the beginning of the game? For example based on epic id or some other way.

A limitation (for safety reasons) is that you cannot compare username data so cannot have custom logic for certain players. My recommendation is hide a secret trigger or button somewhere or have a room that you need a code to get into, here’s a tutorial for something like that:
https://www.youtube.com/watch?v=UbtznLrjtl8&ab_channel=KivxnUEFN

1 Like

Either add a way to cheat in your map (a hidden mutator, a pinpad device, an hidden button) or use a persisted switch_device to register yourself as an admin on an unlisted version of your map, then hide the switch_device / make it not interactible anymore, and you’ll be the only one with the switch enabled on the listed version of your map

1 Like

Thanks :slight_smile:

1 Like