How to make a combo breaker script
-
@whym said in How to make a combo breaker script:
mc.thePlayer.hurtTime()
if (mc.thePlayer.hurtTime > yourNumber) {
-
W whym has marked this topic as solved on
@whym said in How to make a combo breaker script:
mc.thePlayer.hurtTime()
if (mc.thePlayer.hurtTime > yourNumber) {