Skip to content
RubenatorX edited this page Apr 28, 2020 · 1 revision

The clipboard library adds functions for getting and setting data from the operating system copy/paste clipboard.

local clipboard = require('clipboard')

Dependency Required

To use this library, you must include clipboard in the manifest.xml file for your package:

<dependency>clipboard</dependency>
Clone this wiki locally