while wait() do local results = script.Parent:GetTouchingParts() if table.find(results,"Torso") then print('hi') end end
this didnt work and im not sure why
This is a really difficult thing to pull off,the main reason being that GetTouchingParts only works when the part can collide with others,Youd be much better off going with .Touched event or Region3 (tho region3 is incredibly difficult to use properly,even if you use the RotatedRegion3 plugin its not as hard but still something that requires a lot of creativity on how to use it with hitboxes)