function ok(x) firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, x, 1) firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, x, 0) end while true do task.wait(0.1) -- no crash pls for i,v in ipairs(workspace.Map.Win:GetChildren()) do for a,b in ipairs(v:GetChildren()) do if b.Name == "WinPart" then ok(b) end end end end