Hi everyone,
I am trying to create a job in which player will have to move the pallet from one place to another using forklift.
When I spawn the pallet I can't move it with the forklift (pallet doesn't move and just breaks).
I use this command:
NAPI.Object.CreateObject(757019157, position, rotation);
Do I have to add some physics to an object to make it fall or something?