script.Parent.Touched:connect(function(hit) local torso = hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso") if torso then print(torso.Position) end end)