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
- Host: GitHub
- URL: https://github.com/mrgriefs/copyutil
- Owner: MrGriefs
- Created: 2021-08-25T22:35:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T22:36:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T20:57:26.036Z (over 1 year ago)
- Topics: clipboard, fivem, fxserver
- Language: HTML
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!