How do I create a folder using Instance.new?

Hi there, how do you create a folder using Instance.new? I can’t seem to wrap my head around such a simple thing. I’ve tried looking on the DevHub but I still don’t understand how to create a folder specifically.

1 Like

What do you mean?
Just do Instance.new("Folder", parent)

2 Likes

Exactly that, thank you. I don’t know why I didn’t know this.

1 Like