New way to rotate Roblox character in a direction without interfering with movement

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to find a new way to rotate the character in a direction I want, without interfering with their movement or the waist and head movement,
  2. What is the issue? Include screenshots / videos if possible!
    I’ve tried using align orientation in this example, and the result isn’t especially pleasing. It’ll just straight up fling you if you’re at a great height. Removing the align rotation fixed the problem.
    with alignrotation:
    image
    without alignrotation:
    image

Only catch is that all the other methods of rotating the character don’t let them move.

i see you trying to copy isle weapon system

you have to use align orientation, but only rotate character by yaw axis, in orden to make character lean, you must rotate motor6d of upper torso

I alr am rotating the waist and I alr fixed the bug. It was just me being dumb because I was using the alignorientation to rotate the upper torso which ofc is looking down. This makes the character position weirdly. The isle weapon system was my second ever roblox project, and now I’m returning to it in order to make a game similar to isle sandbox. Contact me if interested.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.