======Number====== ---- A **number** is a scripting data type for representing numeric values. When specifying these values in scripts they should only contain the digits 0-9 (no commas) with an optional decimal point for fractions. ====Examples:==== wait(2.75); set_movement_speed(player, 60); ~~NOTOC~~