Joining Studio today, I’ve noticed a lot of blue underlines in my code, claiming that the Velocity property has been deprecated. The API reference page contains a deprecation warning as well.
I’d like to know:
- Since when is the property deprecated? I could not find any announcements related to this, nor was I able to find this in any of the recent Release Notes.
- What is the recommended replacement for it? Myself and a lot of other people have been using it to get the speed of the part using
.Velocity.Magnitude
.