For example: A skin/item. I want the player to be able to buy the product, then they have it forever, when they click on the product GUI. I want them to get the item, instead of them having the GUI pop up.
For the skin, when the bought it, and rejoined, when they click on the buy product GUI it gives them the skin, and they don't have to buy the product again.
Use DataStore
Give the player something (For example a Value
) that'll let the script know they bought the item.
For the GUI, it should check for a Value
. If the player has the Value, then the button Visible
to false
.