Method Object:ToGameObject [-] [+]
Attempts to convert the Object to a GameObject.
If the Object is not a GameObject, returns nil.
Synopsis
gameObject = Object:ToGameObject()
Arguments
None.
Returns
GameObject gameObjectThe Object as a GameObject, or
nil.