Skip to content

Clipboard Client ​

Clipboard module is a specialized tool for manipulating the clipboard in RedM.

JO Functions ​

jo.clipboard.copy() ​

Copy a string to the user clipboard

Syntax ​

lua
jo.clipboard.copy(text)

Parameters ​

text : string

The text to copy to the clipboard

Last updated: