About 19,100 results
Open links in new tab
  1. How to script a car? - Scripting Support - Developer Forum - Roblox

    Sep 1, 2022 · Hi Developers! Today, I needed some help to code a car! I’ve been trying to code it since a while now, I have also read the Basic Car Tutorial but it didn’t help me out much.

  2. How would i script a car to move - Scripting Support - Roblox

    Jun 1, 2020 · Hey, i’ve made a car in blender and would like help to script it, for example ‘E’ to enter the car, and using ‘W,A,S,D’ to make it move. If you know any helpful videos, please leave a link in the replys. Much appreciated. 🙂

  3. How do you make a car? - Scripting Support - Developer Forum

    Jan 25, 2024 · I have been recently exploring with cars in roblox but I don’t know how to build them and all the tutorials out there aren’t great. So does anyone know how to make a good way to make a working, moving, steering car?

  4. Vehicle acceleration script - Scripting Support - Roblox

    Oct 10, 2022 · I am creating a cart ride game and I’m using a custom script combined with the vehicle seat. As of right now the acceleration and braking is instant and instead of rolling to a stop when nothing is being pressed down, the cart acts like it is braking. How can I make the acceleration/braking smooth and also have the cart roll to a stop when not pressing any keys? …

  5. Vehicle Seat Script - Scripting Support - Developer Forum - Roblox

    Mar 6, 2023 · I recently created a script, this script forces the vehicle to place a script inside of the player Gui upon getting inside of the vehicle. However, it is not working and is now printing out any errors whats so ever. Does anyone have any solution to this? Script -- [[ LOCALS ]] -- local Configuration = { ["Vehicle_Seat"] = script.Parent, ["Vehicle_Func"] = …

  6. Easiest and optimal vehicle system - Scripting Support - Roblox

    Oct 9, 2024 · Here are some more resources I found: The basic roblox tutorial car on the dev forum article using Constraints method, the drive script is worth checking out: Control mechanism I found, it’s a better solution to the while true do loop(can get laggy since it always runs) of the Roblox default tutorial: This thread has some pretty interesting formulas to apply for …

  7. Vehicle Owning Script - Scripting Support - Developer Forum

    Jul 31, 2023 · Attempting to script a another vehicle-owning system, I failed. script.Parent.Touched:Connect(function ...

  8. How Can I Make A Vehicle Control Script - Roblox

    Jan 12, 2020 · Hello, I’m making a vehicle in Studio by using seat and hinges.(Not VehicleSeat Because I tried this way but it didn’t worked.) For Controlling,I tried use UserInputService method in LocalScript. local UIS = game:GetService("UserInputService") UIS.InputBegan:Connect(function(key) if key.Keycode == Enum.KeyCode.W then --vehicle …

  9. AutoVehicle - Automatic vehicle rigging plugin - Roblox

    Oct 17, 2020 · AutoVehicle AutoVehicle is an automatic car rigging plugin that rigs cars in just few clicks. This is a great plugin for beginners and modelers to quickly and easily rig their cars to test them out or even place them into game without any scripting knowledge, it also saves a lot of time. How To Use <details><summary>Step By Step Instructions</summary>Create a new …

  10. Vehicle Exit Script Solution - Scripting Support - Roblox

    Feb 9, 2023 · So I’ve recently made players unable to go through with vehicles using Roblox Studio’s NoCollisonConstraint feature. However, while exiting vehicles I have noticed that you would get stuck inside the cars. I have been looking for a way to teleport players outside of the vehicle without them colliding with the outer exterior of the vehicle. As a solution I have tried to …

Refresh