What do you want to achieve?: I want to get this script to work.
What is the issue?: The GUI won’t show up.
What solutions have you tried so far? Looked on the Developer Forum and youtube.
Here is the full script (In a local script)
local player = game.Players.LocalPlayer
local ownsGamepass = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(player.UserId,19751261)
if ownsGamepass then
script.Parent.Clue.Visible = true
For future reference when making posts make sure we can see the expanded version of where the script is kept with the scripts name visible in the explorer as well as everything parenting it as it makes finding a solution more straightforward.
Also you don’t need to cross out the names of your guis, you cant steal guis just from a name. If you need anything else just put up another post and well be keen to help.