Help in admin command (;char all player)

Hello I am doing my own admin commands, what happens is that I want to make a command that changes the avatar of the players to one that they choose, other commands use; char all Fer_Gogol
I want to achieve something similar but I don’t know how to do it. I would like you to give me an idea of what to do, thanks.
image
this is what i want to achieve … i change everyone to my roblox character

1 Like

Check these out:

1 Like

Thanks for the replies, I already got the code. You can give an idea of how to do it with this:

game.Players.Fer_Gogol:LoadCharacterWithHumanoidDescription(game.Workspace.Edu_Gogol.Humanoid.HumanoidDescription)

Fer_Gogol is the one whose avatar is changed and Edu_Gogol is the one who will take the avatar.

1 Like