Client
copytoclipboard
fjsf.copytoclipboard(text)Arguments
Argument
Type
Description
Example β Copy coordinates
local coords = GetEntityCoords(PlayerPedId())
fjsf.copytoclipboard(
string.format("vector3(%.2f, %.2f, %.2f)", coords.x, coords.y, coords.z)
)Last updated