City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Rbxassetid Finder - Community Resources - Developer Forum -...

    devforum.roblox.com/t/rbxassetid-finder/2068922

    NOTE This has been deemed a useless resource as seen in the feedback from multiple developers, so there is no need to add new replies or even read the rest of this; Roblox just won’t let me take the whole post down. Hello, friends! I made a very simple rbxassetid finder that’s based off of the one from Basic Admin Essentials 2.0. It’s pretty self-explanatory, but I have always been ...

  3. How do I find the original (possibly templates) ID for shirts ......

    devforum.roblox.com/t/how-do-i-find-the-original-possibly-templates-id-for...

    Paste this in the command bar and change 144076358 to your Shirt/Pant ID: game:GetService("InsertService"):LoadAsset(144076358).Parent = workspace After pressing enter, look for a model named ‘Model’ if the workspace, it will have one child, which should a shirt/pant instance. The ID at the end of the template property is the template ID.

  4. How to find the Place.id on Roblox

    devforum.roblox.com/t/how-to-find-the-placeid-on-roblox/869711

    How to find the Place.id on Roblox. Help and Feedback. Scripting Support. majickPorgsMaster ...

  5. RoLookup - Get someone's Roblox account information ... -...

    devforum.roblox.com/t/rolookup-get-someones-roblox-account-information-from...

    About RoLookup is a Discord to Roblox bot that is able to find anyone’s Roblox account from their Discord account, and display plenty of useful information about their Roblox account. All you need to do is copy the intended user’s Discord ID, and type .lookup {ID} (More Information Later in Thread) What Does it Do? Displays all of the following information, in a clean embed: Shows Date ...

  6. How to find a ROBLOX Song's title from its ID?

    devforum.roblox.com/t/how-to-find-a-roblox-songs-title-from-its-id/386808

    1 Like. MeaxisDev (Meaxis) November 12, 2019, 10:26pm #5. local myId = 2811727214. local song = game:GetService("MarketplaceService"):GetProductInfo(myId) (Hold on…. I think I found why it does that, basically, I had someone provide a list of songs for me and after reading the docs, 400 is “asset not existing”) MeaxisDev (Meaxis) November ...

  7. Searching with Model ID - Studio Features - Developer Forum -...

    devforum.roblox.com/t/searching-with-model-id/576395

    As a Roblox developer, it is currently harder to search up a model, if in-studio, you only have the ID of the model. You would need to go to an existing model on the website, for then to past in your studio model ID. If there was a way to search for model ID, on the toolbox search, it would help developers find the exact model quicker, rather than having to find the name of the model, on the ...

  8. How to get JobId from server list? - Scripting Support - Roblox

    devforum.roblox.com/t/how-to-get-jobid-from-server-list/2440579

    You can even use the JobId to teleport players to a specific server with the Id… local teleportService = game:GetService("TeleportService") local jobId = .. -- id of the server you would like the player to teleport to.. -- Teleport the player to the specified server teleportService:TeleportToPlaceInstance(game.PlaceId, jobId)

  9. How do I get UniverseId from PlaceId? (ROBLOX API)

    devforum.roblox.com/t/how-do-i-get-universeid-from-placeid-roblox-api/780807

    Hello, Recently, I have been struggling to get a game’s UniverseID from PlaceID via HttpService. At first, I have tried two methods: Using MarketplaceService:GetProductInfo() but the problem is that there is no UniverseID included in the information received Using ⬇ and again the problem is that this API requires an Authenticated User to work therefore I get this error: HTTP 401 ...

  10. How to obtain the jobId - Scripting Support - Developer Forum -...

    devforum.roblox.com/t/how-to-obtain-the-jobid/427718

    DataModel | Documentation - Roblox Creator Hub. The root of Roblox's parent-child hierarchy. Its direct children are services, such as `Class.Workspace` and `Class.Lighting`, that act as the fundamental components of a Roblox game.

  11. How to get EXPERIENCE ID - Platform Usage Support - Roblox

    devforum.roblox.com/t/how-to-get-experience-id/2433387

    You can get the experience ID from the Creator Dashboard, find the experience you’re looking for and then press the meatballs menu (three dots), and press ‘Copy Universe ID’. The universe ID is the same as the experience ID.