How to move the object with Vector3 position relative to players CFrame?

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 move the ball with vector3 based on players position

  2. What is the issue? Include screenshots / videos if possible!
    Im trying to move the ball in the vector3 position, i have a function that tells me for example :
    if the player is moving right the vector is (1,0,0)


  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Yes i did, I tried using VectorToObjectSpace, VectorToWorldSpace, but it didnt work well

I fixed it the wrong way but an unnoticeable way for my game, i just simply rotated the object to the humanoid root part rotation then shoot it

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