Problem with UniverseID


As you can see in the images, I correctly enter the universeID. If anyone knows how to fix that, it would be of great help.

1 Like

That’s a place id, not a universe id. You can get the universe id from a place id via roblox API:
https://api.roblox.com/universes/get-universe-containing-place?placeid=6811465735
which returns
2587082057 ← your actuial universe id for that place

4 Likes

But how can I know the UniverseID of my game?

The link I sent here tells you what you need to know. Give it a placeID (at the end of the URL) and it’ll output the game’s universe ID

As an example, if I go to my game’s main place here:

That number that I’m outlining in red is the placeID. To get the universeID I take my link and put it in my browser with the placeID shown in red

Finally, I press enter, and I get this:
image

That ID (16680835) is the universeID

2 Likes

Thank you for taking the time to explain!

1 Like