Phoenix_Cobra Posted February 28, 2024 Share Posted February 28, 2024 Hello, I have a question, but I don’t know which section to put it in. So please excuse me. Is it possible in the game to replace a certain character with another through the console, without getting into the character lobby. For example, write: respawn “some player” to “some character” and immediately appear in the world? Like AllPlayers[player number]:PushEvent('respawnfromwilson) Link to comment https://forums.kleientertainment.com/forums/topic/154494-is-there-a-command-in-the-console-to-replace-a-character-with-a-specific-other-character/ Share on other sites More sharing options...
grm9 Posted February 28, 2024 Share Posted February 28, 2024 local player = AllPlayers[number]; player.prefab = "character's prefab"; player.components.seamlessplayerswapper:_StartSwap("character's prefab") all characters' prefabs are their names except maxwell is waxwell and wigfrid is wathgrithr Link to comment https://forums.kleientertainment.com/forums/topic/154494-is-there-a-command-in-the-console-to-replace-a-character-with-a-specific-other-character/#findComment-1700657 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.