For this specific use case, just have a value in the player call it like inTutorial this will be a BoolValue, once the player clicks the button set the inTutorial value to false and save it to a datastore (make sure you change and save it on the server). Then when the player rejoins, load that value and if its true display the UI, if its false then don’t.