Can you just have a few lines here please, first to check if they have it, then use two if functions, it doesn't need to be a full script, just if don't they have it then .... If they have it then....
1 | local ID = --ID Here |
2 |
3 | Game.Players.PlayerAdded:connect( function (Player) |
4 | if Game:GetService( "GamePassService" ):PlayerHasPass(Player, ID) then |
5 | --What happens if they have the game pass. |
6 | else |
7 | --What happens if they don't have the game pass. |
8 | end |
9 | end ) |
Locked by adark and evaera
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?