Jump to content

Is there a command in the console to replace a character with a specific other character?


Recommended Posts

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)

Edited by secretgalaxy
Link to comment
Share on other sites

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
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...