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

How do I get the speed of a VehicleSeat?

Asked by
N33H 19
4 years ago

How would I get the current speed of a vehicle seat, then if it is for instance going 25MPH, have a script do something once it hits that speed?

1 answer

Log in to vote
1
Answered by
Syclya 224 Moderation Voter
4 years ago
Edited 4 years ago

local speed = seat.Velocity.Magnitude

0
I was just now looking for this. PlaasBoer 275 — 4y
Ad

Answer this question