Velocity has been depricated, what do i use now?

Howdy fellow devs, I’m getting back into coding and it seems velocity has been deprecated, not sure how to make a conveyor at all and since surfaces have been changed I can’t find the front of the part either for Lookvector. Anyways all help would be appreciated.

1 Like

It’s deprecated but you can still use it in scripts if you’d like.

i know it’s usable but i really am looking for an alternative because it’ll be removed soon for sure

1 Like

Ah okay, then you want to use AssemblyLinearVelocity which works the same as velocity used to.

1 Like

I actually found a approach to get back the Part’s Surfaces:

  • Insert a Part

  • Head to the Model category, and click Surface
    image

  • Select a random surface then click it on the part, you should see the part’s properties get added to that

image

Also for the conveyor, you could try this:

2 Likes

thank you friend this will go a long way for me!

1 Like