copyToClipboard
Revision as of 02:16, 18 February 2014 by Icomrade01 (talk | contribs) (→This command will work if executed by the dedicated server in a multiplayer environment.)
This command will work if executed by the dedicated server in a multiplayer environment.
if (isServer) then {copyToClipboard "Hello world";}; Note that clients can still not copy the text, only the machine that is running the server will be able to copy the text.