Game crashes with loop function

Started by Pigylord on

Topic category: Help with MCreator software

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Game crashes with loop function

Im trying to make it so when you are holding a button you shoot a projectioe and when you let go it stops but looping crashed it, is there an alternative to a loop which i could use?

If the game crashes, this…
Fri, 12/13/2024 - 15:10

If the game crashes, this means your loop has something wrong with it. Does it even ever terminate?

Show us picture of your procedure setup

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It wont let me send it but…
Fri, 12/13/2024 - 16:00
It wont let me send it but essentially its while a scoreboard value is 1 the player will shoot an arrow and if the scoreboard value is 0 it breaks the loop,