We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a918d83 commit bca4f63Copy full SHA for bca4f63
content/en-us/production/monetization/developer-products.md
@@ -113,7 +113,9 @@ You can also combine functions inside a `Class.LocalScript|LocalScript`. For exa
113
114
```lua
115
local MarketplaceService = game:GetService("MarketplaceService")
116
-local player = game:GetSerivce("Players").LocalPlayer
+local Players = game:GetService("Players")
117
+
118
+local player = Players.LocalPlayer
119
local button = script.Parent
120
121
-- Replace the placeholder ID with your developer product ID
0 commit comments