Player Prompt Copy To Clipboard

Title describes it pretty well, a circuit like Player Prompt Copy To Clipboard, a chip that prompts a player with a string and asks if they would like to copy it to their clipboard

Inputs:

  • Exec
  • Player
  • String

Outputs:

  • Exec (Run)
  • Exec (On Prompt Completed)
  • Bool (Success)
  • Bool (Copied)

This would be a very useful chip in quite a lot of cases, like giving creators a prompt to “Share your score!” at the end of a game, and currently in my case, would make exporting string data very easy

Currently, the only way to copy string data in RecRoom is either to manually read and type it, or to give makerpen access to the player and let them read a variable or text component, not something a lot of creators would want to do

3 Likes