#why do my hitboxes hurt me?
1 messages · Page 1 of 1 (latest)
hitboxes are not going to work properly in localscripts
then character (script.Parent) is not going to be the character you expected
also if this is a regular (server) script then player is nil
thats good practice for getting help but i already told you whats wrong with it ;o
your checks for filtering out the parent character are incorrect, both of them. character is the tool, and player is nil. LocalPlayer doesn't exist on the server.
how you fix it is up to you
what should i do instead im new?
well, figure out what values character and player should be, then write the code to make that happen 👍