Play on test server in studio with your main Roblox Character?

I’m trying to test my game, my testing requires that my main character (my roblox character that has the character ID for my admin commands script i’m working on). Is there a way to start a test server with my main character and not the standard player1 to #players?

I’ve tried to just start the game with my servers set to None and it errors out saying I cannot connect, but the latter with server selected leads to the Player1 and Player2 issue.

Is this possible?

I’m sorry if this isn’t the right place I will move if needed.

In Studio Test mode when I play it always gives me my correct PlayerID. I have all the admin commands available when I test.
When you stated in your first sentence “my testing requires that my main character” you didn’t actually finish the sentence. What were you trying to say?

When i hit test server for 2 players it puts my main players in but with the names Player1 and Player2 respectively, I’d like to have my main character “SnaggleTeef” and then a player 2 if possible

The best you can do is add the userId of the test players to your asim table, -1 and -2

1 Like

Yeah I was thinking that I’ll have to find the player ID for that player just wish I could use my main character. Thanks