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

What would i need to do this multi place function, if possible?

Asked by 6 years ago
Edited 6 years ago

trying to make a game that people can select a "place" and then go to it and build in it.

is it possible to make the shop gui in the main place and call it from a script or something in the place the user made later?

main place

items folder

items to be put on shop

user created place

pull items from main place (is this possible so i don't have to put each and every item in the places?)

0
nope Nowaha 459 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

(Although, I am confused on what you are trying to accomplish)

I would guess that you would use a global datastore that other games can access.

(THIS ONLY WORKS IF THE PLACES ARE IN THE SAME GAME)

_______________________________

I've seen on the wiki for a method that teleports the player to another game and it has a variant teleportdata which I would assume to be sending data to the other game for the scripts to work on. I am not sure if this is a solution, but give it a try.

Ad

Answer this question