I’ve recently decided it’s finally the time to learn metatables after a couple years of scripting in lua. So I was going through roblox wiki page about metatables Metatables | Documentation - Roblox Creator Hub and saw those three functions, rawset, rawget and rawequal. Since wiki provides barely any information about them, I was wondering if anyone could answer the next three questions; What each of them does?, When are they used? and Are they “necessary” to learn or should I just skip this topic?