How to save unsupported values in datastore easily

Don’t save enums directly. Save the name of the enum as a string.

local enumName = Enum.Material.Plastic.Name --> "Plastic"
1 Like

omg I totally forgot it!!! Lemme change the tutor

1 Like