DasKairo
(Cairo)
December 25, 2022, 9:01am
#1
Hello, and Merry Christmas!
So, I’m using TeleportService
to Teleport a Player to a Place, But I want to get Data from that Place like its Name
, and MaxPlayers
so the Player has a Description on where they are going, Is it Possible to do this? If so what do I do?
Does this Require HttpService?
1 Like
DasKairo
(Cairo)
December 25, 2022, 10:42am
#3
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
DasKairo
(Cairo)
December 25, 2022, 10:47am
#5
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
Dev_Peashie
(Dev_Peashie)
December 25, 2022, 10:53am
#7
This works?
local placeInfo = MarketplaceService:GetPlaceDetailsAsync(placeId)
print(placeInfo.Name)
print(placeInfo.MaxPlayers)
1 Like
DasKairo
(Cairo)
December 25, 2022, 10:54am
#8
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
DasKairo
(Cairo)
December 25, 2022, 12:49pm
#10
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:
Memory Store Server Index
Doesn’t work in studio
Gui incomplete
Serverscript:
local MemoryStoreService = game:GetService("MemoryStoreService")
local HttpService = game:GetService("HttpService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local TeleportService = game:GetService("TeleportService")
local RunService = game:GetService("RunService")
local ServerIndexMap = MemoryStoreService:GetSortedMap("ServerIndex")
local ServerKey = tostring(game.JobId)
local Admins = {
[0…
DasKairo
(Cairo)
December 25, 2022, 3:10pm
#13
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.
DasKairo
(Cairo)
December 25, 2022, 3:12pm
#15
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.
DasKairo
(Cairo)
December 25, 2022, 3:23pm
#17
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
LuaCoold
(lua)
December 25, 2022, 3:28pm
#19
This isn’t possible through Roblox code, and I doubt it will be in the future.
DasKairo
(Cairo)
December 25, 2022, 3:43pm
#20
At this point there isn’t a reason to even argue, I wont be giving Solutions here. This is just a mess