script.Parent.Touched:Connect(function() print("Part touched") 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.