Skip to content

llFabs

function ll.Fabs(Value: number): number

Returns the positive version of Value.

Returns the absolute value of Value.

Parameters
Value (number)

Add example usage here showing SLua/Luau syntax with ll.Fabs().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.