Cant steer my car

Im making a tank for my game and the only thing i need for it, is that im able to drive it. I can drive but i cant steer

2 Likes

You need some combination of RemoteEvents or SetNetworkOwner for sending control signals to the vehicle, some kind of Force like VectorForce for actually moving it, either on the client or on the server, and some input scheme such as UserInputService or ContextActionService. I don’t remember which I used for this but heres an example: Very basic car - Roblox

1 Like

well i tried to use such script but they dont work for some reason

1 Like

Had to redo the wheels but it kinda works now, the wheels just bounce around and spin off center

nvm the constrains were off center, moved them and now it works

1 Like

When working with constraints they always have to be the exact same position to prevent glitches. Anyways, I’m glad you got it working

1 Like

after a bit of trying things out, i got everything working, but the tank doesnt turn, as you can see in the video, you can also see what it should kinda look like. Can anybody help?