How can I use the "Faces" data type?

I was scripting a model when I accidentally wrote a Lua data type called “Faces”.
I tried searching for information about this data type but I just found its constructors on the Roblox API Reference site.
Can someone explain to me how this data type works?
Any help will be appreciated.

2 Likes

It’s really just a container for Enum.NormalIds. Returned by ResizableFaces, used to set Handles.Faces, and maybe a few other things.

1 Like

Oh, I already saw the Handles one. Now I understood what it is, thank you!