Only reason I didn’t edit this video is because I am pretty busy with school and other stuff but it’s okay. I am planning to make a newly edited one very soon.
Heres Fully Working 2024 Script local VehicleSeat = script.Parent local LinearVelocity = script.Parent.Parent.Base.LinearVelocity local MaxSpeed = 85 local MaxSpeedReverse = -15 local SpeedIncrease = 0.5 local IntervalSpeedIncrease = 0.1 local IvervalSpeedDecrease = 0.2 VehicleSeat.Changed:Connect(function() if VehicleSeat.Throttle > 0 then repeat if LinearVelocity.LineVelocity = MaxSpeed elseif VehicleSeat. Throttle < 0 then repeat if LinearVelocity.LineVelocity >= MaxSpeedReverse then task.wait(IvervalSpeedDecrease) LinearVelocity.LineVelocity = LinearVelocity.LineVelocity - SpeedIncrease end until VehicleSeat. Throttle < 0 or VehicleSeat.Throttle == 0 or LinearVelocity.LineVelocity
New script working local VehicleSeat = script.Parent local LinearVelocity = script.Parent.Parent.Base.LinearVelocity local MaxSpeed = 85 local MaxSpeedReverse = -15 local SpeedIncrease = 0.5 local IntervalSpeedIncrease = 0.1 local IvervalSpeedDecrease = 0.2 VehicleSeat.Changed:Connect(function() if VehicleSeat.Throttle > 0 then repeat if LinearVelocity.LineVelocity = MaxSpeed elseif VehicleSeat. Throttle < 0 then repeat if LinearVelocity.LineVelocity >= MaxSpeedReverse then task.wait(IvervalSpeedDecrease) LinearVelocity.LineVelocity = LinearVelocity.LineVelocity - SpeedIncrease end until VehicleSeat. Throttle < 0 or VehicleSeat.Throttle == 0 or LinearVelocity.LineVelocity
Nice video, thy it's very helpful!
"This is my first Video" Well then Welcome to RUclips.
why do going backwards need multiple clicks?
I really wish that I could edit this video for you but I'm busy with school..:((
Only reason I didn’t edit this video is because I am pretty busy with school and other stuff but it’s okay. I am planning to make a newly edited one very soon.
600th subscriber
Nice
I like trains
Heres Fully Working 2024 Script
local VehicleSeat = script.Parent
local LinearVelocity = script.Parent.Parent.Base.LinearVelocity
local MaxSpeed = 85
local MaxSpeedReverse = -15
local SpeedIncrease = 0.5
local IntervalSpeedIncrease = 0.1
local IvervalSpeedDecrease = 0.2
VehicleSeat.Changed:Connect(function()
if VehicleSeat.Throttle > 0 then
repeat
if LinearVelocity.LineVelocity = MaxSpeed
elseif VehicleSeat. Throttle < 0 then
repeat
if LinearVelocity.LineVelocity >= MaxSpeedReverse then
task.wait(IvervalSpeedDecrease)
LinearVelocity.LineVelocity = LinearVelocity.LineVelocity - SpeedIncrease
end
until VehicleSeat. Throttle < 0 or VehicleSeat.Throttle == 0 or LinearVelocity.LineVelocity
I love you so much
love it :D
why in my code does not show (.LineVelocity) why??
I put the new 4g’s on the jeep
Can you do this with pre-made track??
Yes
The train won't drive and I'm doing every single thing correctly??
New script working
local VehicleSeat = script.Parent
local LinearVelocity = script.Parent.Parent.Base.LinearVelocity
local MaxSpeed = 85
local MaxSpeedReverse = -15
local SpeedIncrease = 0.5
local IntervalSpeedIncrease = 0.1
local IvervalSpeedDecrease = 0.2
VehicleSeat.Changed:Connect(function()
if VehicleSeat.Throttle > 0 then
repeat
if LinearVelocity.LineVelocity = MaxSpeed
elseif VehicleSeat. Throttle < 0 then
repeat
if LinearVelocity.LineVelocity >= MaxSpeedReverse then
task.wait(IvervalSpeedDecrease)
LinearVelocity.LineVelocity = LinearVelocity.LineVelocity - SpeedIncrease
end
until VehicleSeat. Throttle < 0 or VehicleSeat.Throttle == 0 or LinearVelocity.LineVelocity
@@Bananek_GG does not work either