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
-
size().width
- returns width -
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.
-
WorldToScreen({.,.,.}).x
- returns screenposition x -
WorldToScreen({.,.,.}).y
- returns screenposition y