Is it possible to change the text of a gamepass price automatically instead of changing it manually each time?

Today I was wondering if it was possible to change the text of the price of a gamepass automatically thanks to a script instead of manually updating the text every time. For example, today, I changed the VIP gamepass price of one of my games from 99 to 35 and then I also had to manually update the price text in the in-game shop. I tried to search on the internet if it was possible and how but I couldn’t find anything. I appreciate any help.

3 Likes
local ProductInfo = MarketplaceService:GetProductInfo(The Gamepass ID, Enum.InfoType.GamePass)
print(ProductInfo.PriceInRobux)

Documentation Link for MarketplaceService

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.