Can i use datastores to store a file location?

For example can I store this: game.ServerStorage.BoolValue

Serialise it, then save it. Then you can deserialise it to receive it.

Yes, to get an instance full path then you can use

Instance:GetFullName(), and you can indeed save it as this method returns instance path in string.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.