Владимир Давыдов
Мастер
(2267)
3 года назад
Ок.. Создай Local Script в изображении
Gamepass = 1234567890 --ID геймпасса (находится в ссылке на страницу геймпасса)
game:GetService("Players").PlayerAdded:connect(function(Player)
if game:GetService("GamePassService"):PlayerHasPass(Player, PassId) then
script.Parent.Visible = false
end
end)