Again not working. The ball is not accelerating.
my bad not only did I forget to put LinearVelocity its suppised to be AssemblyLinearVelocity
so replacr this withPartTouched.AssemblyLinearVelocity*=5
Problem have script.
you put WithPartTouched and not PartTouched.
Please send full code? I not understand.
Edit: Understand now thanks worked.
iāve been trying with different combinations for 3 days lol I finally succeeded, but thereās a problem 2. the loop does not work, you will better understand what I mean in the video:
If you want acceleration, then you need to use a VectorForce
. LinearVelocity
will only apply a velocity/momentum onto the ball.
You donāt necessarily have to use a VectorForce
but just clarifying that if you want acceleration, use VectorForce
and if you want velocity, use LinearVelocity
.
Okay, so why isnāt the second loop working?