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....
local ID = --ID Here Game.Players.PlayerAdded:connect(function(Player) if Game:GetService("GamePassService"):PlayerHasPass(Player, ID) then --What happens if they have the game pass. else --What happens if they don't have the game pass. end 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?