StringValue
The StringValue class is used to store a single string value. 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 string value that all clients should be synchronized on.
Properties
ServerAndClient
The currently synchronized string value of the StringValue. 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.