Nogalo
(Nogalo)
#1
Greetings,
I’ve been using Part.Velocity to make a part move in a parabolic curve following Egomooses tutorial on projectile motion
However now Part.Velocity is deprecated and i need an alternative
However if i use somthing like bodyVelocity, the part just keeps going in a straight line, so what should i use instead?
Thank you for your time
3 Likes
rokoblox5
(roko)
#2
Just try using Part.Velocity = Velocity
instead of BodyVelocity
Nogalo
(Nogalo)
#3
sry i didn’t mention the key issue xD. Part.Velocity is now deprecated so i am looking for an alternative
rokoblox5
(roko)
#4
Maybe you could use BodyForce
?
FroggoBLOX
(FroggoBLOX)
#5
From the release notes page, the replacement seems to be AssemblyLinearVelocity:
8 Likes
Nogalo
(Nogalo)
#6
thank you kindly, I don’t see why they couldn’t have added a single sentence pointing towards this in Part.Velocity page