Hello! I am trying to make a shop GUI but I have no idea how to make it work.
I have FE on but I can turn it off. I looked on the dev hub but I do not understand any of it.
This is my code:
local MarketPlaceService = game:GetService('MarketplaceService')
script.Parent.MouseButton1Click:Connect(function()
--What do I put here???
end)