Is it possible to create an Object from a custom resource File?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Lenrow
extends Resource
class_name MyResource

export (String) var name
export (String) var text

This is my test Custom Resource Class. I know that it is possible to create Objects from a Resource Class, but I want to create an Object with the Values of the File.
No Combination of load(), ResourceLoader.load, load().instance() works and I can’t seem to find anything that explains whether it is even Possible.
Help would be greatly appreciated.

:bust_in_silhouette: Reply From: exuin

That’s a script. You need to call MyResource.new().