Abstract Classes
ActiveInstance
ActiveInstance
This class inherits Instance
which means that all properties, functions and signals from Instance can be used.
You cannot Instance this class with
Instance.new()
. Because this is an abstract class.Properties
position: Vector3
Returns the position of Instance
scale: Vector3
Returns the scale of Instance
rotation: Vector3
Returns the rotation of Instance
Functions
LookAt(Vector3 to)
An example:
Signals
OnBodyEntered
This signal is called when a Body enters the Instance
or touches it. An example:
OnBodyExited
This signal is called when a Body leaves the Instance
or stops touching it. An example: