I’m trying to give premium users a gamepass for free if they own roblox premium, but i’ve found no way to do it currently. Any help?
3 Likes
Instead of giving them the gamepasses ‘for free’, because there is no way to do this, you can simply do an if statement checking their membershiptype.
Example:
if player.MembershipType == Enum.MembershipType.Premium then
-- do the magic of giving them 'free gamepasses'
Helpful article on your case:
3 Likes
Thanks! Will give this a try
1 Like
It worked, thanks so much
1 Like