Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I return places instances?

Asked by 9 years ago

Hi guys, I just want to know if there's a callback that returns all instances of a place, I can only get the places inside my game but I can't find or create something that returns the place instances.

tldr: I want to know if there's something like this: "GetPlaceInstances(placeID)"

I THINK I RESOLVED: I need to use HttpService, right?

1
If you could get instances of a different place, hackers would plummet Roblox for the duration it was in there by bruteforcing parts inside the instances. So, no. You cannot get instances of another place. Also, HttpService is used for getting or sending information about your place to a game server or website. You could perhaps interact with instances of another place if both places were connecte Marios2 360 — 8y
1
(Cont.) if both places were connected to the same server and each of them sent requests to server for the server to tell the other place to do stuff. Marios2 360 — 8y
0
Thanks, sorry for the late response, I did it. I created a server instance list for let people join or create a new instance alessandro112 161 — 8y

Answer this question