oohrekt
|
  |
| Joined: 02 Jun 2013 |
| Total Posts: 12220 |
|
|
| 24 Jun 2014 06:44 PM |
Here's how.
First, under linked sword, open up the sword script within the sword.
Then you must delete this script specifically:
force = Instance.new("BodyVelocity") force.velocity = Vector3.new(0,10,0) force.maxForce = Vector3.new(0,4000,0) -- ADD THIS TO CHANGE MOMENTUM force.Parent = Tool.Parent.Torso
And lastly replace it with the older lunge:
force = Instance.new("BodyVelocity") force.velocity = Vector3.new(0,10,0) force.Parent = Tool.Parent.Torso |
|
|
| Report Abuse |
|
Zirge
|
  |
| Joined: 26 Jul 2009 |
| Total Posts: 2993 |
|
| |