Don’t save enums directly. Save the name of the enum as a string.
local enumName = Enum.Material.Plastic.Name --> "Plastic"
Don’t save enums directly. Save the name of the enum as a string.
local enumName = Enum.Material.Plastic.Name --> "Plastic"
omg I totally forgot it!!! Lemme change the tutor