Is it possible to rotate Cars on car spawned? I use custom car verse code and cars spawn only in 1 direction.
Hi Byzex, Welcome to the Forums.
What function are you using to spawn it?
The vehicle spawner has a MoveTo function that takes in a rotation.
It’s probably more than just a prop, but the SpawnProp function also has support for rotations.
SpawnProp(MyProp, transform { Translation := PosVar, Rotation := RotVar, Scale:= ScaleVar})