Seems to work now, maybe instead of making somebody put their game name do this.
local MarketplaceService = game:GetService('MarketplaceService')
local success, info = pcall(function()
return MarketplaceService:GetProductInfo(game.PlaceId)
end)
if success then
gamename.Text = info.Name
end
Hey there! With every update we make we try to make it as good as possible! While we try to fix this, you can always hover over the X marks to see what the style is! Thanks for understanding while we fix the plugin.