of     1   

Raildex
#183021617Friday, February 05, 2016 3:22 AM GMT

Im making a shop gui and I want to make it so that when a player has purchased something from the shop then they dont have to buy it again. Does anyone have any ideas on how I could achieve this?
climethestair
#183023446Friday, February 05, 2016 3:52 AM GMT

Use datastores.
Raildex
#183025124Friday, February 05, 2016 4:21 AM GMT

I don't want the players items to continue persisting after they leave the game. How can i achieve that
Zawie
#183025314Friday, February 05, 2016 4:24 AM GMT

you just said you don't want them to have to buy it again
Zawie
#183025338Friday, February 05, 2016 4:25 AM GMT

just create boolvalues in a folder in the player or something
climethestair
#183025345Friday, February 05, 2016 4:25 AM GMT

Values.
MarcusDomitiusScipio
#183025361Friday, February 05, 2016 4:25 AM GMT

not using datastores
cpmoderator12345
#183028540Friday, February 05, 2016 5:41 AM GMT

use datastores or make a website that handles http requests from your game via httpservice but that way is complicated so don't do that also data persistance is not good
Raildex
#183037256Friday, February 05, 2016 2:08 PM GMT

Ive tried tracking whether the player has bought an item within the startergui shop, the problem is that when the player dies the whole gui resets
morashsPeasant
#183037857Friday, February 05, 2016 2:35 PM GMT

Try putting them somewhere that won't reset, like the player itself!

    of     1