From the reference libraryRedM

Clipboard <BadgeClient/>

jo_libs/modules/clipboard/client.md

Clipboard <BadgeClient/>

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

JO Functions > jo.clipboard.copy()

Copy a string to the user clipboard <br>

JO Functions > jo.clipboard.copy() > Syntax

jo.clipboard.copy(text)

JO Functions > jo.clipboard.copy() > Parameters

text : string

The text to copy to the clipboard

Back to documentation