So I’m making an avatar editor in my game, and I want to make a reset to your roblox avatar button. I tried using player:LoadCharacter, but that simply kills the player. Is there any function to do this without killing the player?
2 Likes
I’d recommend using GetHumanoidDescriptionFromUserId (pass the Player’s UserId) and applying it to their character with ApplyDescription.
1 Like