How do I copy and paste the Player on Studio?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I’m trying to test out what I can do to the roblox player and I need to copy and paste the player ingame, to studio, but it wont paste.
  2. What is the issue? Include screenshots / videos if possible!
    Like I said, it seems to have copied, because I pressed CTRL + X, but when I tried pressing CTRL + V in studio it did nothing.
    If you know a place that shows all the player API’S or something like that, then please let me know.
1 Like

You unfortunately can’t copy/paste players.

3 Likes

You could copy the player from the workspace.

character* is the correct word

Yeah the max you can do is clone their character which can be achieved by enabling Archivable property in the character model, cloning it and disabling the property again.

3 Likes

But theres certain things i can only change thru the player and i have a bad memoryy…

What do you mean? Can you elaborate.

Do you know any API’s for the player, I wanna play around with them

Can you copy what’s inside of inside of the player?Basically tools (inventory) and UI elements (player gui)

Here’s an API reference for player.

2 Likes

You could hop in game (test it) under workspace should be your players name copy and paste that into the workspace after you are out of test mode and in build mode.

No, im tryiing to copy the player, not the character. And, @NubKaiYT, thats not what im trying to do. Thanks though!

Oh Then Like @rokec123 recommended could help