#pls help
1 messages · Page 1 of 1 (latest)
or you could just click on the text thing and select lua "Change Language"
didnt know you could do that
thanks for the tip
np
i would do some prints to check what health the player is at and what direction the script takes
meaning that it kills them in 1 hit?
ye
wdym
sorry dont check the player health
check to see if the player is actually getting added into the dictionary you made
specifically i would double check that
alreadyHit[victim]
``` exists and double check that its actually a boolean
sm ppl on other server said it was bcs i used .touched when i create a hitbox
not entirely sure what they mean by that tbh
theres not an issue with using .Touched on a new instance
though .Touched in general is very unreliable for fast paced or complex situations
really only good for killbricks
whenever the hitbox gets touched can you just print out what alreadyHit[victim] is?