i’m making a football game and i want to make the ball move when i touch it like
this game:
but i’m a new scripter and can’t do this so please the one who helps me put a comment on every command teaching it.
i’m making a football game and i want to make the ball move when i touch it like
this game:
but i’m a new scripter and can’t do this so please the one who helps me put a comment on every command teaching it.
You can check if the ball is touched by a player character and then change the ball’s velocity to what you want
This is a really weird way to do it but you can get the balls distance from the player and then get the direction and invert it with a vectorForce to move the ball. I would send a code example but I’m on my phone and can’t rn.