#Is it possible to load and export data without forcing players to manually copy/paste text?

1 messages · Page 1 of 1 (latest)

smoky pewter
#

Is there a way to write or read the players clipboard automatically? (let me answer myself there, no) How about other methods?

main zinc
#

unrelated to script-api

delicate ore
#

You can't

smoky pewter
# main zinc explain more what ur tryna do

I want players to be able to save "builds", a string of text 12 chars long. Basically so one player can share their 'build' over discord and then the players who see it can copy and load it in on their local worlds.

#

I have the save and load system already, I just want to know of methods of copy/paste that are more intuitive for players.

radiant hare
#

Is this on BDS? You might be able to use the networking module and post to Discord on their behalf

main zinc
#

Another way is sending a translated collections of blocks, but it won't be easy

smoky pewter
#

Nope. Build is a misleading term here. Builds is just a certain thing represented by "a string of text 12 chars long"

#

prolly shoulda named that better lol

delicate ore
#

You can show Modal Form UI with textbox has text for your code, and just ask player to copy the code