while wait(0.01)do local part = workspace:GetChildren()[52].WinSystem.WParts.WinPart local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart firetouchinterest(hrp, part, 0) task.wait(0.1) firetouchinterest(hrp, part, 1) end