I am not seeing a tooltip display for me in editor, when I try and script one. Even when I run the example script. Not sure what I am doing wrong or what I am supposed to see.
The tool tip only shows in viewer at the moment; it won't show in the editor. So for eg: If you put this as tooltip Code: local this = Space.Host.ExecutingObject; local clicker = this.Parent.AddClickable(); clicker.Tooltip = "Click to change stream url"; It will appear like this image. Hope this helps.