How to make jumpscare (HELP)

Started by EfLIX20 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make jumpscare (HELP)
Tue, 06/17/2025 - 20:20 (edited)

So i wanna to make a jumpscare for an entity when it collides with a player

is there a way to make the player force look at the entity and cant turn away from it (while the animation plays)

Edited by EfLIX20 on Tue, 06/17/2025 - 20:20
Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As long as the animation…
Thu, 06/19/2025 - 17:18

As long as the animation plays, repeatedly force the head direction of the player to be your variable. You can find the direction blocks in the "Direction Procedures".

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok i'll try this out
Thu, 06/19/2025 - 18:00

ok i'll try this out

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you show me the…
Thu, 06/19/2025 - 18:20

Can you show me the procedure by imgur? i quite dont get it

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Its a bit more complicated…
Fri, 06/20/2025 - 18:41

Its a bit more complicated than i thought. I hope i can get the right code tomorrow. You need to transport entity data and call procedures.

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ty ty, whatever code you…
Fri, 06/20/2025 - 19:11

ty ty, whatever code you will come up with tomorrow send the imgur here, also maybe the jumpscare will turn out better/easier to made if it was made with the entity attacking, rather than on collision trigger

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but make it the way you…
Fri, 06/20/2025 - 19:18

but make it the way you think is easier

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is the procedure for…
Sat, 06/21/2025 - 11:42

This is the procedure for when the horror entity collides with the player. The procedure this procedure should call is the one below

This is the entire grabbing feature condition. But i have know idea if it works well.

What the procedure should do is repeatedly damage the player and teleport it closer and closer to the entity while facing the entity face to face.

And this is the Playback-Condition for the Jumpscare-Animation.

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it works like i wished Thx…
Sat, 06/21/2025 - 12:11

it works like i wished Thx so much!