How can i make my script Check if im in a vehicle?
-
How can i make my script Check if im in a vehicle?
-
if (Game.Player.Character.IsInVehicle()) { //do stuff here }
-
@Jitnaught you saved my life lots of times bro.
How can i make my script Check if im in a vehicle?
if (Game.Player.Character.IsInVehicle())
{
//do stuff here
}
@Jitnaught you saved my life lots of times bro.