for i,v in pairs(workspace.Map:GetChildren()) do if v.Name:find("Secret") and v:FindFirstChild("TouchInterest") then firetouchinterest(v:FindFirstChild("TouchInterest"), game.Players.LocalPlayer.Character.HumanoidRootPart, 0) wait() firetouchinterest(v:FindFirstChild("TouchInterest"), game.Players.LocalPlayer.Character.HumanoidRootPart, 1) end if v.Name == "Uncle Samsonite" then spawn(function() fireproximityprompt(v:FindFirstChild("ProximityPrompt"),0) wait(5) game.Players.LocalPlayer.Character.Humanoid.Health = 0 end) end end