I simply want to know if it's possible to detect if the humanoid is touching a certain surface EX: top/front surface.
Humanoid.Touched;connect(function(hit) --In here you detect what surface is touched end)
If it's possible can you please point me in the that direction?