I am trying to use the new Folder instance (http://wiki.roblox.com/index.php?title=Folder). Whoever, I am unable to make an instance of this class. So far I have tried using Instance.new("Folder")
and game:GetService"Folder"
. Both of these attempts have failed.
I am trying to use the Folder as a way to store and load a group of models without the ability to drag the entire group.
Is there any way to access this instance?
The "Folder" Instance has been 'activated' as a preview on a test-site (I am not sure of which site). The Instance has not yet been released.