MoveTo

Function of: Dynamic
Returns: Void
Tags:  instance

Move this Dynamic to the specified position. Set telelport to true to disable interpolation.

Parameters
Name Type Description
newPositionVector3
teleportBoolean
Example
Dynamic:MoveTo(Vector3 newPosition,
Boolean teleport
)