Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I return the speed of a vehicle?

Asked by 5 years ago
Edited 5 years ago

I tried this:

while wait() do
    if workspace.VehicleSeat.Velocity.X > 20 then
        print("A")
    end

end

But it didn't work. Any other ways to do it?

0
instead of velocity.x try magnitude maybe Fad99 286 — 5y
0
replace X with magnitude! antoniorigo4 117 — 5y

Answer this question