Cart Ride Into Rdite! Mess With Carts

Script Credit :- BaconLord#3631
Features

FUCKS WITH CARTS

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

spawn(function() while wait (0.01) do pcall(function() for _,v in pairs(game.Workspace.Carts["1Cart"].Down:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end wait(0.1) for _,v in pairs(game.Workspace.Carts["2Cart"].Down:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end wait(0.1) for _,v in pairs(game.Workspace.Carts["3Cart"].Down:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end wait(0.1) for _,v in pairs(game.Workspace.Carts["4Cart"].Down:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end end) end end) spawn(function() while wait (0.1) do pcall(function() for _,v in pairs(game.Workspace.Carts["1Cart"].Up:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end wait(0.1) for _,v in pairs(game.Workspace.Carts["2Cart"].Up:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end wait(0.1) for _,v in pairs(game.Workspace.Carts["3Cart"].Up:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end for _,v in pairs(game.Workspace.Carts["4Cart"].Up:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end end) end end) spawn(function() while wait () do pcall(function() for _,v in pairs(game.Workspace.Carts["1Cart"].On:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end wait(0.1) for _,v in pairs(game.Workspace.Carts["2Cart"].On:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end wait(0.1) for _,v in pairs(game.Workspace.Carts["3Cart"].On:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end for _,v in pairs(game.Workspace.Carts["4Cart"].On:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end end) end end)