Help on making a rideable mech/animal

I was wondering if it is possible to make a rideable robot or animal in roblox studio and if it is possible, where can I learn how to do it?

2 Likes

You got me interested with mech.

I will open source this silly dummy project I made to learn how to control humanoids which I believe what you meant with ridable mech/robot/animal. It has a server script in the dummy which gives the player local control, and a local script in starter player scripts which controls the dummy.

Edit: use wasd to move on the vehicle seat.

https://www.roblox.com/games/5440265444/Walker-Test

This is the current method I use to control my mechs although I use UIS now, might be subjected to a lot of change but yeah this is the general concept. The controls use the humanoid to walk forward and backward and a torque to rotate the mech clockwise or counter clockwise.

12 Likes

I was testing it making stuff with it but do I have to use procedural animation or can I just use a normal animation.

You can use normal animations.

1 Like