ClearConsole

Syntax

ClearConsole()

CalcTextWidth

Syntax

CalcTextWidth(string)

Parameters

  • <string> text to calculate.

Returns

  • a number regarding the width of the text.

MatrixToEulers

Syntax

MatrixToEulers(CFrame)

Parameters

  • <matrix> a matrix, table of 9 values.

Returns

  • {x,y,z}

Size

Syntax

size()

Returns

  1. size().width - returns width

  2. size().height - returns height


ShowConsole

Syntax

ShowConsole(true/false)

Parameters

  • <boolean> true or false.

Teleport

Syntax

Teleport(character, {x,y,z})

Parameters

  • <pointer> pointer to character.

  • <table> a table with position to teleport to.

Returns

  • a pointer(number) to the instance.

WorldToScreen

Syntax

WorldToScreen({position})

Parameters

  • <table> a table of position.

Returns

  • a table filled with the screen-position of a world-position.
  1. WorldToScreen({.,.,.}).x - returns screenposition x

  2. WorldToScreen({.,.,.}).y - returns screenposition y