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()