[TUTORIAL] How to change and animate player models!

Started by KrebPleb on

Topic category: User side tutorials

Last seen on 21:08, 7. Apr 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[TUTORIAL] How to change and animate player models!

Hello! I heard alot of people really badly want to know how to do this. So here I am! Let's get right into the coding.

 

First, use the Nerdy's Gecko Lib plugin for the animations. Also use it in blockbench. Second, go in block bench. Create your model, and create 2 different animations. One called Idle and another called walk. Now, go in MCreator and create an entity with this model. Set the health to infinite, so it never dies. Then, enter in your animations. Now make a produce. Set the trigger to player respawn. Then spawn the entity and give the entity you spawned a varible to whatever player summoned it by respawning/spawning. Then, create another produce detecting where ever the player walks and when the player walks. Use the varible to make the new entity face the same direction of the player and whenever the player walks, the entity walks, and whenever the player is idle, the entity is idle. Now just update the position of the entity and remove the spawn egg of this entity and boom! Your done!

 

Hopefuly this helped! -- KrebPleb

Last seen on 08:22, 10. Dec 2023
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Will it not overlap with the…
Wed, 12/06/2023 - 00:40

Will it not overlap with the original model?

Last seen on 12:16, 23. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what about when is swimming?
Sat, 03/16/2024 - 04:18

what about when is swimming?