Roblox Wiki
Advertisement
Roblox Wiki
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The StringValue class inherits from Instance. This class has a Value property, like other Value objects. This value object holds a string.

Properties

Value: string

This class member is missing documentation. Create or add to its subpage at Class:StringValue/Value.
  • Category: Data.
  • Serialization: can save and load.
  • Thread safety: read safe

Events

Changed(value: string)

Parameters
NameType
valuestring
  • Thread safety: unsafe

changed(value: string)

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
valuestring

Use Changed instead.

  • Thread safety: unsafe

External links[]

Advertisement