Ceil to Int
Returns the smallest integer value greater than or equal to the input value.
Returns the smallest integer value greater than or equal to the input value.
Return hue, saturation, and value from the given color.
This chip has been deprecated. Please move to a different chip.
Return red, green, and blue from the given color.
Returns the smallest integer value less than or equal to the input value.
Converts the input Rec Room Object to the object's subtype.
Return a color from the given hue, saturation, and value inputs. All inputs are in the range [0, 1].
Converts the input int to a float.
Converts the input string to a bool if able.
Attempt to parse the given string as a hexadecimal color in the '#RRGGBB' format.
Converts the input string to a float if able.
Converts the input string to a integer if able.
Return a color from the given red, green, and blue inputs. All inputs are in the range [0, 1].
Rounds an input value to the nearest integer.
Covert a player or an AI value into a Combatant value.
Casts a target specific object to a Rec Room Object.
Converts the input value to the string type. Example: the integer input 10 would output "10" as a string. Helpful for debugging purposes.
Converts the input value to the string type. Example: the integer input 10 would output "10" as a string. Helpful for debugging purposes.