What do you want to achieve? I want to make my own vehicles, without starting from the VehicleSeat.
What is the issue? The problem is that there is no place that teaches how to do it or teaches the necessary logic, at least that I saw.
What solutions have you tried so far? In addition to researching forums and others, I took a car from the toolbox to see the scripts it uses, but although I know what each thing is, I do not understand the logic and therefore, I would not know how to use those scripts in my vehicles
If someone can pass me a script with their logic or a tutorial that they find and I cannot, it is appreciated.
Thanks!!!
You can use a regular seat to do this, but you would have to use UserInputService.
And you would have to understand with a regular seat you won’t have the useful properties.
Why don’t you want to use a VehicleSeat? It gives you the proper inputs with the WASD or arrow controls. Please tell us why you want to do this so we can understand the issue you are having.
If you want to add features you can use the UserInputService as @TheUnderratedDev stated.
for example, get closer to the car, hold the E and then can drive, just like jailbreak, but without using the VehicleSeats, I’m looking for a way to get a better result without this object.
Why don’t you try locking the player’s CFrame to a part in the car and position the part to the car’s driver
area,
If you wan’t to make the player the car I don’t think I know how, but another way is making the player’s body transparent in the car or hid them somewhere in the car.