Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do I reset the velocity of a part?

Asked by 2 years ago
Edited 2 years ago

I'm trying to make some type of crusher game, I reset the part to its original location in order to reset it using this script. newCFrame = CFrame.new(9, 378, 145) but its not resetting its velocity so it just keeps falling faster until it destroys it self, how would I reset its velocity? update: I was doing some researching and I fixed the isue if people need help to fix this bug in their code put this in, just make sure the change the name to your part. Part.Velocity = Vector3.new()

1 answer

Log in to vote
0
Answered by 2 years ago

Part.Velocity = Vector3.new() Fixed!

Ad

Answer this question