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))Copies text to the system clipboard.
function setclipboard(texttextstringThe text to copy.: string): ()local cf = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
setclipboard(tostring(cf))