Sets the user’s OS clipboard to value.
The clipboard is OS-visible, so a paste anywhere outside Roblox shows what got written. The function does not enforce a type on value - a string lands in the clipboard raw, while a number, table, or nil value is coerced and prefixed with a carriage return byte (\r).
Personally? I use it to redirect users to a Discord server, or to copy my HRP’s position to hardcode the value into an autofarm script.
Parameters
Returns
void
Example
Allows users to easily copy URLs, keys, or coordinates from script outputs.