ArabicDima
(ArabicDima)
#1
-
I want to make save place in game for my f3x(btools) game
-
The issue that i dont know how to make it work
-
I tried some solutions on roblox docs but they dont save game in game
The code that i got is:
game:GetService("AssetService"):SavePlaceAsync()
P.S. i didnt find any help on DevForum
1 Like
ArabicDima
(ArabicDima)
#2
I find solution in ToolBox
So that question is solved!
for other the script is:
game:SavePlace(Enum.SaveFilter.SaveAll) -- it deprecated but it okay
print("saved place")
1 Like
mazltus
(mazltus)
#3
For future people looking for this sollution. How exactly did you solve it?
ArabicDima
(ArabicDima)
#4
i edited it try refresh page
If it didnt work it maybe forum bugs
1 Like
system
(system)
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.