An open API service indexing awesome lists of open source software.

https://github.com/mrgriefs/copyutil

A seriously small utility for writing to a player's clipboard
https://github.com/mrgriefs/copyutil

clipboard fivem fxserver

Last synced: 4 months ago
JSON representation

A seriously small utility for writing to a player's clipboard

Awesome Lists containing this project

README

          

# CopyUtil

## About

A seriously small script which allows client-side clipboard copying.
There is no server-to-client event - this tool is intended for local commands.

## Usage

In client-side lua:

```lua
exports.copyutil:Copy('text')
```

Note: if you change the resource name, the exports name will be changed to!