print(game.JobID)
print(game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name
print(game.PlaceID)
print(Players:GetNameFromUserIdAsync(game.CreatorId)
-- cant do last one
The only problem i see with that script is that it is only for a specific game, i want it to be universal for all games. I already got the code from the first post.