City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. How to get game pass id - Scripting Support - Roblox

    devforum.roblox.com/t/how-to-get-game-pass-id/874719

    You can see that there is a number at the URL, this is the gamepass Id. 2 Likes Lostscrews13 (Lostscrews13) November 17, 2020, 2:17am

  3. How to find the Place.id on Roblox

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

    im trying to script a game teleporter but I can not find my place.id. i know its so obvious but for some reason i can not find the place.id ANYWHERE. can you please tell me?

  4. AssetQuery - Find assets in your game with ease - Roblox

    devforum.roblox.com/t/assetquery-find-assets-in-your-game-with-ease/1632251

    AssetQuery AssetQuery is a Roblox plugin that allows you to search for assets in your game by asset id, it also allows you to list all of the assets that are in your game. Use Cases <details><summary>Getting rid of asset delivery errors and warnings.</summary>When we get an error, or a warning message in the output window because of faulty asset, many of us probably experienced this at least ...

  5. 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.

  6. 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 ...

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

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

    A universe ID, experience ID and game ID are all the same, because they’re different names for the same things. 1 Like ThePotatoLovers1 (Potato) September 29, 2023, 2:56am

  8. How to get AnimationId from an AnimationTrack? - Roblox

    devforum.roblox.com/t/how-to-get-animationid-from-an-animationtrack/1642881

    You should be able to do AnimationTrack.Animation.AnimationId. I’ve been trying to get an AnimationId from the AnimationTrack to check what Animation is playing. I can’t manage to find the AnimationId I looked in the devHub but can’t seem to find my answer, is it possible to get a….

  9. Where to find gamepass ids in roblox studio

    devforum.roblox.com/t/where-to-find-gamepass-ids-in-roblox-studio/2707981

    Schedency (Schedency) November 19, 2023, 2:01pm #4. Then go to the creator hub, find your place, scroll all the way down to Passes, click the three dots above the icon in the top right corner, and click “Copy Asset Id”. I have a game, I used ready-made asset for eggs and gamepasses, I changed the ids in Replicated Storage, okay, there is no ...

  10. 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)

  11. Animations Available in the Toolbox - Announcements - Roblox

    devforum.roblox.com/t/animations-available-in-the-toolbox/1497559

    Hello developers! We are excited to announce that you can now browse your published animations from the Toolbox, similar to the way you currently browse models, images, audio, meshes and plugins. This new feature allows animation assets to be available in the Inventory, Recent and Creations tabs, enabling one-click access to their IDs and URIs used in your animation scripts. Just select “My ...