#I need help please its not even that much
1 messages · Page 1 of 1 (latest)
The Chat Ranks in the code works perfectly fine but like everything else doesnt work]
I was able to fix everything besides this line
player.applyKnockback(direction.x, direction.z, 100.2, 5);```
player.applyKnockback(x, z, 100.2, 5);
player.applyKnockback({x: direction.x * 100.2, z: direction.z * 100.2}, 5)
figured it out
Okay, put this as resolved then