{
["Name"] = "Misc",
["Parent"] = Accessibility,
["SettingType"] = "Divider"
}
This is returned from a modulescript. The modulescript in question just contains tables that are just like this.
I do:
v.Default
and it errors instead of giving me nil. Is there some nuance that I don’t know about?