kozzy118
|
  |
| Joined: 17 Mar 2010 |
| Total Posts: 295 |
|
|
| 25 Jun 2014 02:09 PM |
the more hats you wear, the less the effect.
possible solution? |
|
|
| Report Abuse |
|
Vigorus
|
  |
| Joined: 21 Apr 2013 |
| Total Posts: 363 |
|
|
| 25 Jun 2014 02:10 PM |
| and dont forget heavy hats as well |
|
|
| Report Abuse |
|
|
| 25 Jun 2014 02:11 PM |
As said before, there was a solution within five minutes of the update.
Code before:
force = Instance.new("BodyVelocity") force.velocity = Vector3.new(0,10,0) force.Parent = Tool.Parent.Torso Code after:
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 |
|
|
| Report Abuse |
|
|
| 25 Jun 2014 02:12 PM |
http://wiki.roblox.com/index.php?title=Sword_lunge_change
"The Heart of Gold comes from the Soul of Supremacy" - Gingie from Shrek | The Biscuit Of '99 |
|
|
| Report Abuse |
|