Code:
src.client.Export()
var/savefile/F = new(client.Import())
Problem description:
i made a save system using export and inport but i carnt find where it puts the saves HELP ME
ID:139241
![]() Apr 19 2011, 9:11 am
|
|
![]() Apr 19 2011, 6:21 pm
|
|
Client-side savefiles are stored in a directory related to the world.hub string for your game. Accessing them shouldn't be particularly important.
|