What Velocity use for a Part?

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!
    Use Velocity for Part.
  2. What is the issue? Include screenshots / videos if possible!
    What Velocity should be used so that when the player presses the button, the Part starts in the direction?
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    BodyPosition with RunService.
1 Like

Use a body mover and get the look vector of the player

What the body mover? Can i’ve example of body mover?

First, create a body velocity in the part you want to move. Then, use a script to set a force to the body velocity. Connect it with UserInputService.