BetaWorld mutation Early executionThe initial string value for this observable.
Optionaloptions: ObservableOptionsOptional configuration for the observable, such as whether the value can be written by the client.
World mutationGets filtered data from the Observable (only available for strings). In case of failure, it will return an array of TextFilteringError that can provide more context about the filtering process. For testing purposes, the options are available under 'Creator -> Text Filtering' settings menu. This delay is only applied to the getFilteredText function and can be used to simulate network latency when testing.
World mutation Early executionA function that receives the new string value each time the observable changes.
An observable that holds a string value. Listeners are notified whenever the value changes.