Why doesn't this work?
script.Parent.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("LeftFoot") then local s = game:GetService("StarterGui") s.ouch.redstuff.Visible = true end end)