Why does my raycast not deal damage?

Hey there! I made a module script (local) that makes a gun fire when you click. At first, I sent the ray inside of this module script and then used a remote event to make any hit humanoid take damage from a server script in ServerScriptService, but that didn’t seem to work. After that I made the ray fire from the server and made it handle the damage as well, which didn’t work again. Yes, the server receives the event and even receives the hit humanoid when the ray is fired locally from the module script. If you need more info, feel free to ask. Any help is appreciated!

2 Likes