1 | script.Parent.Touched:Connect( function () |
2 | print ( "Part touched" ) |
3 | end ) |
Is the script inside of a local script or a normal script?
.Touched() events don't work in local scripts last time I checked.
if your code is already in a normal script, make sure that your script is inside of the part you want to touch.