So recently, I was attempting to make a button on my GUI open a prompt to sell a game pass. The GUIs all work normally, though the prompt doesn’t show up. I got the script from a YT tutorial and changed the referencing as needed. Here is some more details:
Output says that “mosuebutton1click is not a valid member of Imagelabel” though I’m pretty sure this should work… If you have any solutions please let me know!
Is the entire script aiming to player.localplayer.starterGUI?
Sometimes you don’t get the output because you referenced Game.StarterGUI instead of the playerGUI
Well then the problem is still that you’re trying to get a MouseButton1Down event from an ImageLabel, even though that isn’t an event for ImageLabel’s. Swap out that ImageLabel for an ImageButton and it should work.
Half works? This is an easy fix, just turning on “allow http requests”, but the gamepass is on this game. Really doesn’t make sense, but it’s at least working lol.