You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
i want to move the ball with vector3 based on players position
-
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)
-
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
