#ProcessReceipt causing function to run multiple times
1 messages · Page 1 of 1 (latest)
Show full code, @pliant wedge
If ur calling that connection within a function, then it’s just duplicating the connection whenever the functions called; which basically means that whenever a gamepass is bought, this runs multiple times from separate threads.
buyitem is client, purchasescript is server