This function demonstrates the usage of the setrbxclipboard API.
Example:
-- Set text to Roblox's clipboardlocalsuccess=setrbxclipboard("Some Roblox data")ifsuccessthenprint("Successfully copied to Roblox clipboard")elseprint("Failed to copy to Roblox clipboard")end