Start Screen Generator [Plugin]

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

Edit: I forgot that game.Name existed lol.

1 Like

Sorry about all the issues! We pushed an update out to fix everything! It should be working fine! To fix it yourself, just update the plugin.

EDIT: We also added a quick feature that automatically puts the game name! (flkfv’s suggestion)

1 Like

UPDATE:

  • Style 3 Updated! (6/23/21)
  • No More Configuration Needed! (6/23/21)
  • Everything Is Automatic! (6/23/21)

Please include images so people can know what they are installing.

3 Likes

ty will use it for my new game

1 Like

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.