Hi, so I have a bus model here. I’m trying to move it but it won’t let me drive forward, but it let’s me control the wheel movement.
Can anyone help?
(no errors in console)
Hi, so I have a bus model here. I’m trying to move it but it won’t let me drive forward, but it let’s me control the wheel movement.
Can anyone help?
(no errors in console)
Try to set it to massless, the whole bus.
Other than the rear right wheel going inside the bus, this has no effect.
But now when I get in the driver seat the bus flips all over.
local Tune = {}
Tune.LoadDelay = .1
Tune.AutoStart = true
Tune.AutoFlip = true
Tune.FCamber = -1
Tune.RCamber = -1
Tune.FToe = 0
Tune.RToe = 0
Tune.Weight = 2500
Tune.WeightBSize = {6, 3.5, 14}
Tune.WeightDist = 50
Tune.CGHeight = .8
Tune.WBVisible = false
Tune.FWheelDensity = .1
Tune.RWheelDensity = .1
Tune.FWLgcyDensity = 1
Tune.RWLgcyDensity = 1
Tune.AxleSize = 5
Tune.AxleDensity = .1
Tune.SusEnabled = false
Tune.FSusDamping = 500
Tune.FSusStiffness = 9000
Tune.FAntiRoll = 50
Tune.FSusLength = 2
Tune.FPreCompress = .3
Tune.FExtensionLim = .3
Tune.FCompressLim = .1
Tune.FSusAngle = 80
Tune.FWsBoneLen = 5
Tune.FWsBoneAngle = 0
Tune.FAnchorOffset = {-.4, -.5, 0}
Tune.RSusDamping = 500
Tune.RSusStiffness = 9000
Tune.FAntiRoll = 50
Tune.RSusLength = 2
Tune.RPreCompress = .3
Tune.RExtensionLim = .3
Tune.RCompressLim = .1
Tune.RSusAngle = 80
Tune.RWsBoneLen = 5
Tune.RWsBoneAngle = 0
Tune.RAnchorOffset = {-.4, -.5, 0}
Tune.SusVisible = false
Tune.WsBVisible = false
Tune.SusRadius = .2
Tune.SusThickness = .1
Tune.SusColor = "Bright red"
Tune.SusCoilCount = 6
Tune.WsColor = "Black"
Tune.WsThickness = .1
Tune.FGyroDamp = 100
Tune.RGyroDamp = 100
Tune.SteerInner = 36
Tune.SteerOuter = 37
Tune.SteerSpeed = .05
Tune.ReturnSpeed = .1
Tune.SteerDecay = 320
Tune.MinSteer = 10
Tune.MSteerExp = 1
Tune.SteerD = 1000
Tune.SteerMaxTorque = 50000
Tune.SteerP = 100000
Tune.Horsepower = 280
Tune.IdleRPM = 700
Tune.PeakRPM = 6000
Tune.Redline = 6700
Tune.EqPoint = 5500
Tune.PeakSharpness = 7.5
Tune.CurveMult = 0.16
Tune.InclineComp = 1.7
Tune.RevAccel = 150
Tune.RevDecay = 75
Tune.RevBounce = 500
Tune.IdleThrottle = 3
Tune.ClutchTol = 500
Tune.Config = "RWD"
Tune.FDiffSlipThres = 50
Tune.FDiffLockThres = 50
Tune.RDiffSlipThres = 50
Tune.RDiffLockThres = 50
Tune.CDiffSlipThres = 50
Tune.CDiffLockThres = 50
Tune.TCSEnabled = true
Tune.TCSThreshold = 20
Tune.TCSGradient = 20
Tune.TCSLimit = 10
Tune.TransModes = {"Auto", "Semi", "Manual"}
Tune.AutoShiftMode = "Speed"
Tune.AutoUpThresh = -200
Tune.AutoDownThresh = 1400
Tune.FinalDrive = 4.06
Tune.Ratios = {3.70, 0, 3.53, 2.04, 1.38, 1.03, 0.81, 0.64}
Tune.FDMult = 1.5
Tune.ABSEnabled = true
Tune.ABSThreshold = 20
Tune.FBrakeForce = 1500
Tune.RBrakeForce = 1000
Tune.PBrakeForce = 5000
Tune.FLgcyBForce = 15000
Tune.RLgcyBForce = 10000
Tune.LgcyPBForce = 25000
Tune.Peripherals = {MSteerWidth = 67, MSteerDZone = 10, ControlLDZone = 5, ControlRDZone = 5}
Tune.Controls = {ToggleTCS = Enum.KeyCode.T, ToggleABS = Enum.KeyCode.Y, ToggleTransMode = Enum.KeyCode.M, ToggleMouseDrive = Enum.KeyCode.R, Throttle = Enum.KeyCode.Up, Brake = Enum.KeyCode.Down, SteerLeft = Enum.KeyCode.Left, SteerRight = Enum.KeyCode.Right, Throttle2 = Enum.KeyCode.W, Brake2 = Enum.KeyCode.S, SteerLeft2 = Enum.KeyCode.A, SteerRight2 = Enum.KeyCode.D, ShiftUp = Enum.KeyCode.E, ShiftDown = Enum.KeyCode.Q, Clutch = Enum.KeyCode.LeftShift, PBrake = Enum.KeyCode.P, MouseThrottle = Enum.UserInputType.MouseButton1, MouseBrake = Enum.UserInputType.MouseButton2, MouseClutch = Enum.KeyCode.W, MouseShiftUp = Enum.KeyCode.E, MouseShiftDown = Enum.KeyCode.Q, MousePBrake = Enum.KeyCode.LeftShift, ContlrThrottle = Enum.KeyCode.ButtonR2, ContlrBrake = Enum.KeyCode.ButtonL2, ContlrSteer = Enum.KeyCode.Thumbstick1, ContlrShiftUp = Enum.KeyCode.ButtonY, ContlrShiftDown = Enum.KeyCode.ButtonX, ContlrClutch = Enum.KeyCode.ButtonR1, ContlrPBrake = Enum.KeyCode.ButtonL1, ContlrToggleTMode = Enum.KeyCode.DPadUp, ContlrToggleTCS = Enum.KeyCode.DPadDown, ContlrToggleABS = Enum.KeyCode.DPadRight}
Tune.WeightScaling = 1/50
Tune.LegacyScaling = 1/10
return Tune
hey,
try to change SusEnabled to true and lower the AxleSize value to ~2