okay ill explain better here
-player clicks shop item
-shop item is set to 10 coins
-script inside serverscriptservice fires remoteevent to open gui
-player confirms purchase
-localscript fires remote event back to server script
-server script processes payment..
-for some reason after this happens both local and server scripts are continue running.
-player buys shop item again
-it processes the payment twice
10 coins x2 (20 coins)
-if the player buys the item again
it runs the remote event 3 times
10 coins x3 (30 coins)
the price of the item is only 10 coins
why does it keep incrementing the price?
how do i make sure that the script fully disconnects the remote event every time its used i tried setting it to Once but then you can no longer run the remote event at all afterwards.
this is basically whats happening but it all started after i moved the script from inside the object to the serverscriptservice and i dont know why that would affect it
** You are now Level 2! **
