How Can I Test In Studio Without Owning Gamepass?

Hey I’m trying to test what would happen if a player does not own a gamepass except I cannot seem to do this because I already own the gamepass. Is there anything in studio that would let me test as a blank player who doesn’t own any passes?

1 Like

You can do a local server test with one player, the UserId of any players spawned are in numerical order starting from -1.

image

3 Likes

so this would mean the player doesn’t own any gamepasses?

Yeah, they are essentially a player with no data other than a UserId.

2 Likes

Use the “Play As Guest” feature. To do this, go to the test tab and click “Start” for “Local Server”. You will spawn in as a guest, with a negative user ID. Guests do not own game passes and cannot take ownership of them.

You could also add and false to your if statement.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.