How do i make a gamepass that can be used for free if the player is tester in my group?

I’ve been figuring how to make this for a while but it didn’t come out as i expected, How to do it?

1 Like

this isnt possible unless youre in studio

is there another way, because i really need to make it.

i dont think so, if ur trying to give one of ur testers something, while checking if they have a gamepass also add something that checks if their userid is in a specific list so that they can still use it

You can simply alter the logic to check if the player either has a gamepass or has a role in a group.
A Player instance has a :GetRoleInGroup(groupid) method which returns a string name of the role:

image

This is what my game uses. Unfortunately you can not just award the gamepass for free.

2 Likes

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