Hey devs,
What I’m trying to make is a system that makes it so basically leaderstats and gear transfer from one place to another. How can I do that?
I do not know what term to put into YouTube so please help me or provide a tutorial! Thank you!
Hey devs,
What I’m trying to make is a system that makes it so basically leaderstats and gear transfer from one place to another. How can I do that?
I do not know what term to put into YouTube so please help me or provide a tutorial! Thank you!
Firstly,you can transfer the leaderstats easily with GetDataStore()
.
and for the gear transfer,as i know,we cannot save instances.but you can save properties.
save a table that contains tool properties or other changes made.and when player gets to other place,load the table and set properties from the table.
i didnt understood what you told.you want to transfer a tool to another place,or transfer when player teleports?
You want to move your tool to another place?Here are steps:
1-right click your tool
2-click save to file.
3-go to another place you want to.
4-open file manager (im turkish idk what means the original windows file manager)
5-drop your rbxm file to the game
6-Here u go! u transfered it.
Need to transfer tool to another place for players?Here are the steps:
1-get tool properties.
2-save them to a table.
3-set them to your database.
4-get your database on your another place.
5-get the table in your database.
6-set tool properties gaven in the table.
7-Here u go!
Didnt helped? Tag me!