RemoteFunction

InStore supports server requests via a RemoteFunction.

game.ReplicatedStorage.InStore.Function

Example Script

local RS = game.ReplicatedStorage:WaitForChild('InStore');
local RF = RS.Function; --> The InStore RemoteFunction

A number of functions are available through this remote, found below.

GetCurrentUserGetProductByIdGetProductsRequestPromptPurchase

Last updated

Was this helpful?