Type:IWorldElement

From Resonite Wiki

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


IWorldElement is an Interface Type for anything that may exist in a world. Some elements like Users and Streams are not part of the Root hierarchy.

It allows you to reference:

Each networked instance is assigned a unique RefID which is the basis for Ref Hacking.


The only exception to this type is references above root [Clarification needed], which can only be accessed through commonly unsupported/frowned upon methods such as Reference Hacking Aka RefHacking. Types that don't fall under IWorldElement can be dangerous to mess with if you don't know what they do. If you're not the host, you can even get security kicked, booting you from the world due to the game thinking you are trying to tamper with the session's permissions.

See also: Things to Avoid