
How to get a game name from a script - Scripting Support - Roblox
May 28, 2021 · I want to know how to get the game name from a script I tried : local gameName = workspace.Parent but it’s an instance not a string :sob: Thanks.
How to get game name using ID? - Scripting Support - Roblox
Apr 6, 2022 · How do I get a specific game name using a LocalScript and using game ID to get the name.
How to get a game’s information from a game ID? - Roblox
Aug 11, 2022 · Use something like this: local gameid = 00000000 --game id here local info = mps:GetProductInfo(gameid) if info then print (info.Name) end. Thats MarketplaceService, the thing used for products and gamepasses. I tried this …
How do you find a Roblox game you forgot the name of?
Jun 29, 2024 · To find a Roblox game you forgot the name of, there are a few methods you can try: 1. Using the search bar: You can use the search bar at the top of the Roblox website or app to search for specific games by name or keywords. 2. Browsing the game library: Roblox has a library of games that you can browse through to find something that interests you.
Roblox Games - Rolimon's
Find in-depth Roblox game stats, graphs, and resources with Rolimon's game analytics. Find out more about your favorite games than ever before with our advanced tracking and data visualization!
How to see all the games You played on Roblox?
Aug 26, 2024 · Game name: You can filter your game history by game name by typing the name of the game in the search bar. Organizing Your Game History. Roblox also allows you to organize your game history by clicking on the "Sort" button and …
How to find all the games You played on Roblox?
Sep 15, 2024 · Step 1: Go to the Roblox website and log in to your account. Step 2: Click on the "My Games" tab on the top navigation menu. Step 3: Scroll down to the "Games You’ve Played" section. Step 4: You will see a list of all the games you’ve played, including the game name, genre, and number of plays. Method 2: Using the Roblox Mobile App.
How to See What Game Someone is Playing on Roblox
Feb 16, 2024 · How to Find What Game Someone is in On Roblox Without Being Their Friend. If you want to check what game someone is playing on Roblox but aren’t friends with them, you can still potentially find out. Go to the Roblox search bar …
How to check Roblox game history? - Games Learning Society
Aug 26, 2024 · Use the Roblox search bar: Type the name of the game you want to retrieve in the Roblox search bar and see if it appears in the search results. Check your friends’ game lists: If you can’t find the game on your own game list, try checking your friends’ game lists to see if they have played the game.
Is there an API to get a game's name? - Roblox
Jan 30, 2019 · Unfortunately there doesn’t seem to be a way to get the name of a game, though there is one to find the name of a place. Places are assets, after all. On the other hand, if you’re feeling adventurous, you could look through the Game endpoints documentation. Specifically, GET /v1/games. It seems that Dandy’s already gotten you what you need though.
- Some results have been removed