An efficient way of checking that a Class can be created via Instance.new? (Other than pcalling)

I’m currently creating a plugin that needs to know every Class that can be created via Instance.new

I’ve tried pcalling but that seems like a very ineffcient way of doing things since it has to parse everytime studio starts

Do you guys have any ideas?
(I’m using Clonetroopers API Dump)