game.Name returns only "Game"

  1. An unadorned HTTP logger, in which returns details about a game Keep it simple and clear!

  2. When using the property “game.Name”, on the embed it returns the string “Game” instead of the game’s name. https://i.gyazo.com/b34237c19da751275e85786c47007987.png

  3. I have attempted using the “:GetFullName” function, which did not make the issue any more compliant.

Note: Through studio, it does show the game’s name, although not through the ROBLOX client.

You would want to get the product info on the place ID.

print(game:GetService('MarketplaceService'):GetProductInfo(game.PlaceId).Name)
2 Likes