How would I Get Data from a Place via PlaceId?

You can do it with this.

2 Likes

I dont think thats how that works, Doesnt it only give the name of a Specific Gamepass or Product?

1 Like

No, If it gets a place id, then it returns place info.

1 Like

I Tested it, It doesn’t give me the Exact things I want tho, only the Name

1 Like

I’ve tested it too, and it works well but I can’t give you what you want I think. Sorry for misanswer

2 Likes

This works?

local placeInfo = MarketplaceService:GetPlaceDetailsAsync(placeId)

print(placeInfo.Name) 
print(placeInfo.MaxPlayers) 
1 Like

No it does not
Unable to assign property Text. string expected, got nil

Also, thats not a Valid function in MarketplaceService

1 Like

what about this

print(game:GetService("MarketplaceService"):GetProductInfo(PLACEID).Name)
2 Likes

Yes, I already got that, but I’m talking about More than just the Name

1 Like

that is not possible at the moment.

1 Like

I could say, you could look into this:

Im not looking for a Server List, Just basic Data like Name and Max Size for a Place within a game

Well that is not possible unless you ask in Request or make a request form.

But how is that not possible?

Its Literally a Place within your Game??

Yeah, you can’t do it, you should know what the maxplayer is anyways and use the resource I told you.

This isnt helpful. All im trying to do is Apply a List of Items to a Frame so the Player knows what the Game is.

You need to make the images your self and max players with description on GUI. To get current players, the resource to do it

This isn’t possible through Roblox code, and I doubt it will be in the future.

At this point there isn’t a reason to even argue, I wont be giving Solutions here. This is just a mess