Ultimate Save And Load 2.0.0 Help

Saving

There are a handful of functions to use when saving, each expect a specific prop like int, bool, etc.

Type

Function

int

SaveAndLoad.SaveInt(key, value)

float

SaveAndLoad.SaveFloat(key, value)

string

SaveAndLoad.SaveString(key, value)

boolean

SaveAndLoad.SaveBool(key, value)

Last modified: 20 October 2023