Hello! I’m trying to make a game cald Vector Racing, Its been months and I have BARELY made any progress, I’m still stuck on trying to make a kart similar to the ones in the Mario Kart Series. IM VERY BAD AT BLENDER, NOR DO I KNOW HOW IN THE HECK IM GOING TO EVEN MAKE A KART WITH MESH PARTS EVEN IF I DO SUCSEED IN MAKING A MESH, ALSO I DONT EVEN KNOW HOW TO TEXTURE. I’m running out of ideas currently, and I have no idea how I’m supposed to make this anymore.
What do you think is the best way to make a functional go kart ( with a mesh ) in Roblox?
If you suck at making meshes / 3d modeling in blender, and you are unable to get better at it, there are tools within Roblox studio that allow you to join parts into Unions and these basic tools I think are usually good enough to create functional models, even if it takes a long time and can be a pain. 3d modeling is hard, if you don’t know how to do it, don’t expect to be good at it when you start.
I recommend that you don’t even worry about the model, the more important part of your game will be the actual driving mechanics. Just create a rectangle Part and make the player sit in it, pretend this is a car. You can later replace the part with a more complex model, it will be easy.
Write the code to make the part work as a car, even though it doesn’t look like one. This way you won’t be stuck on the 3d modeling portion, and you can focus on the actual content of your game.