Color Race | Get alot of Wins + Speed

Script Credit :- 0BL1V10N
Features

Get alot of Wins + Speed

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

while wait() do for _,v in pairs(workspace:GetDescendants()) do if v:IsA("TouchTransmitter") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch end end end