If a part is flung across the map and I want it to do damage if it is moving fast enough, how would I do this?
Would the Velocity property work?
Like maybe this:
speedOfPart = game.Workspace.Part.Velocity --Maybe?
Or would I have to do something more such as magnitude and such? I just have no idea where to start.