Just want to ask simple question. Should i promt user about gamepass/dev product/etc on client side or on server side?Also, would it affect anything?
1 Like
Prompt the client and handle receipts on the server.
2 Likes
So, i can promt player from client and server, and it won’t affect anything? Everything gonna work like it shoud?
I’m not sure if MarketplaceService:PromptGamepassPurchase()
works on the server. I assume it does because the first parameter is player.
Anyway good practice would be to always do it on the client so you have full control of when UIs are popping up. But either probably works.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.