roblox vehicle speed script pastebin --[[ _____ _____ _____ _____ ______ ______ _____ / ____| /\ | __ \ / ____| __ \| ____| ____| __ \ | | / \ | |__) | | (___ | |__) | |__ | |__ | | | | | | / /\ \ | _ / \___ \| ___/| __| | __| | | | | | |____ / ____ \| | \ \ ____) | | | |____| |____| |__| | \_____/_/ \_\_| \_\ |_____/|_| |______|______|_____/ by Domino ]] roblox vehicle speed script pastebin PasteShr roblox vehicle speed script pastebin local a=game.Players.LocalPlayer;local b=a.Character;local c=b:WaitForChild("Humanoid")local d=false;local e;function scanInWorkspace(f)for g,h in pairs(f:GetChildren())do scanInWorkspace(h)if h:IsA("VehicleSeat")then local i=a;if h.Occupant==c then d=true;e=h end end end end;c.Changed:Connect(function()scanInWorkspace(workspace)if e.Occupant==c then d=true;e.HeadsUpDisplay=true;e.MaxSpeed=1000;e.TurnSpeed=100 else d=false end end) roblox vehicle speed script pastebin