Part not Moving

No, it’s the section that doesn’t work. the others work fine. Everything in the while true do loop doesn’t work.

check this link for body velocity on how to use body velocity

im sending it cuz u dont know how to use it

Bro what if we make it that it keeps moving without player touching it

Bro I just unanchored it and it just dissapeared

Bruh, you used BodyForce not BodyVelocity. Delete BodyForce and do BodyVelocity and put it in the script. Actually ill add it to the script.

script.Parent.BodyVelocity.Velocity= Vector3.new(-164.98, 0.5, -0.17)
wait(1)
script.Parent.BodyVelocity.Velocity= Vector3.new(-164.98, 0.5, -21.51)

image

Bro it works but for some reason it just dosen’t goes to the direction i want it to go it just oh my god just watch the vid
robloxapp-20200928-2128211.wmv (1.5 MB)

if it doesn’t go the direction you want it means it works. You are positioning it wrong.

Can u tell me the correct position please?

Uhmmm that depends where the current part position is and where you want to put it.
(Move it position just move the part and copy and paste the position but remove the {})

Think I deserve a solusion.

Bro it just keeps moving upward not the position i want it to go

That’s your problem. At least your part is now moving.

Oh yeah I will make it a solution (DONT MIND THIS)

To stop going Upwards you need to change the position before the wait(1)

Still it keeps moving upward i just dont know why this is happening

Id rather do a tween animation of the part moving like
tween = Tweenservice:create(part,Tweenanimation, {position = vector3(val,val,val)})
something like that

1 Like

Hmmm… Let me check if this works

Uhh… I dont know how to create a tween animation im a beginner sooo can u tell me how to create it :sweat_smile:

Just use the other one just look up how to position things good luck with your project!