Please help me. I am not sure of what to do without a script for this.
Just try this:
passId = 1337 -- Change to your gamepass game.Players.PlayerAdded:connect(function(plr) plr:WaitForDataReady() if game:GetService("GamePassService"):PlayerOwnsPass(plr,passId) then plr.PlayerGui.MyGui.MyFrame.Visible = true -- Change to your own hierarchy else print(plr.Name .. " does not have the pass.") end end)
From a ServerScript in workspace, or ServerScriptService
Always try to look for a wiki page with your problem, before asking.