Αποτελέσματα Αναζήτησης
This project is a deployable NodeJs server application that resolves a Roblox UniverseId from a single or many PlaceIds. How to use. After deploying the application with the steps below, you'll be able to send a request directly to http://[YOUR_SERVER_IP]/universeId?placeIds=PLACE_ID. You can chain up to 50 of the placeId querys. For example:
21 Σεπ 2020 · 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.
7 Σεπ 2022 · This script allows you to get any game's universe id! Click on the button in the experience view page. Example: Get universe ID.
7 Αυγ 2021 · The internal commands will utilize the external commands while having an easier way to input data due to the way roblox has locked some API's behind the need to be logged in. Internal. GetUniverseID(PlaceID) This function will convert a placeID to a universe ID to allow it to be used with external functions; Example Usage. robloxpy. Game. Internal.
Both of these APIs support JSONP, so this code can be embedded in any web page: $.getJSON('https://www.roblox.com/item-thumbnails?params=[{assetId:1818}]&jsoncallback=?', function(json) { alert(json[0].name); });
27 Νοε 2022 · Add a description, image, and links to the universe-id topic page so that developers can more easily learn about it. Curate this topic
14 Ιαν 2023 · use this URL https://apis.roblox.com/universes/v1/places/{placeId}/universe also replace {placeid} with the place id you want