BadgeService + MarkeplaceService connect with startergui in a local script

I’ve been wondering if this could work. Can BadgeService & MarketplaceService work with StarterGui in a local script.
I’m using this for an upcoming game. Thanks for any answers!

In what way? In regards to BadgeService, awarding the badge has to be done on the server. You can get information about a badge, or you can determine whether the local player owns the badge on the client.

With MarketplaceService, it depends what you’re trying to do.

1 Like

Using it for a developer product so it can access something in startergui.

1 Like

You can prompt the purchase on the client, but the server should handle anything in regards to the result of purchasing it. You can then use a remote to tell the client it has been purchased.