while true do local character = game.Players.LocalPlayer.Character local rootPart = character and character:FindFirstChild("HumanoidRootPart") if rootPart then firetouchinterest(rootPart, workspace.Win1, 0) firetouchinterest(rootPart, workspace.Win1, 1) firetouchinterest(rootPart, workspace.Win2, 0) firetouchinterest(rootPart, workspace.Win2, 1) firetouchinterest(rootPart, workspace.Win3, 0) firetouchinterest(rootPart, workspace.Win3, 1) firetouchinterest(rootPart, workspace.Win4, 0) firetouchinterest(rootPart, workspace.Win4, 1) firetouchinterest(rootPart, workspace.Win5, 0) firetouchinterest(rootPart, workspace.Win5, 1) end wait() end