I need to detect if the player owns a gamepass when a button is pressed on a surface gui in the workspace. The script when fired starts the game sotrof so I can’t use playerAdded and I can’t use adornee thing. so is there any other way?
Can’t you just listen for a click on the button? I’m 90% sure the event passes the player as a parameter as well.