VINDICTA.TOP
Misc · Function
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

setclipboard

Copies text to the system clipboard.

function setclipboard(texttextstringThe text to copy.: string): ()

Usage

Copy player position
local cf = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
setclipboard(tostring(cf))