Page 1 of 1

How to clone players?

Posted: 27 May 2021, 23:41
by Omega02
I am planning on making a double cherry script but I don't know if there is a way to clone a player using scripts.

Posted: 28 May 2021, 5:17
by Victor ManuelMR
OfficialJC02 wrote:I am planning on making a double cherry script but I don't know if there is a way to clone a player using scripts.
I am sorry to disappoint you, but there is no way to duplicate the player, if not using the keys on the keyboard.

Maybe:

Code: Select all

Call BSet(type, ID, FLAG_ID, Param1, Param2, Param3)
More Info
has the answer, but you're going to have to test all the possibilities :xxx:

Posted: 28 May 2021, 6:21
by Omega02
Victor ManuelMR wrote:
OfficialJC02 wrote:I am planning on making a double cherry script but I don't know if there is a way to clone a player using scripts.
I am sorry to disappoint you, but there is no way to duplicate the player, if not using the keys on the keyboard.

I honestly didn't think it would be possible, but I just wanted to make sure. Hopefully this will be possible in future versions (Which I highly doubt it will sadly).

Also I have another idea of making the duplicate player an npc and if one dies, the one remaining will become the player, but I doubt that is possible though. The duplicate npc would also need to have the same exact movements simultaneously with the player, which I can't imagine that being possible.