setrbxclipboard
Copies a value to the internal Studio clipboard.
Syntax
setrbxclipboard(value: any) -> ()Parameters
| Parameter | Type | Description |
|---|---|---|
value | any | Value to convert with Luau's tostring and copy |
Returns
This function does not return a value.
Example
setrbxclipboard("Text for the Studio clipboard")Notes
- This is distinct from the operating-system clipboard used by
setclipboard - Non-string values use the same
tostringconversion assetclipboard
Related Functions
setclipboard- Copy to the operating-system clipboard