How could I insert an avatar for free?

Hello, I need to import a players avatar for a game I know about the plugin Load Character, but the Lite isn’t supported anymore and I’m poor. Does anybody know another method?

You can click play in studio, and in the server console type this:
game.Players.<your name>.CharacterAppearanceId = <id of the player you want to look like> game.Players.<your name>:LoadCharacter()
Then just copy the character from the workspace, stop and paste it.