NumberValue
The NumberValue class is used to store a single number value, which unlike Class.IntValue supports decimal points. It is a subclass of the Class.Value and it is recommended to check out that documentation before continuing on. This class is useful for tracking a single number value that all clients should be synchronized on.
Properties
ServerAndClient
The currently synchronized number value of the NumberValue. This is the value that all clients will be synchronized on and if changed, notified that the value is now different from the Value.Changed event.