|
| 23 Feb 2015 11:13 AM |
| How to get walkspeed number with line of code? |
|
|
| Report Abuse |
|
|
instawin
|
  |
| Joined: 04 Jun 2013 |
| Total Posts: 8777 |
|
|
| 23 Feb 2015 11:13 AM |
| WalkSpeed is found in the character's humanoid |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 11:14 AM |
| local WS + character.Humanoid.WalkSpeed |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 11:15 AM |
to change walkspeed would i do:
local WS + character.Humanoid.WalkSpeed.new = 30 |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 11:15 AM |
| local WS = character.Humanoid.WalkSpeed |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 11:16 AM |
character.Humanoid.WalkSpeed = 30
Would change it. (+ was a typo earlier, I meant =) |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 11:19 AM |
| Thank you and this is even more simple than i thought it would be. |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 11:24 AM |
| Would i have to use a value to change the players mass or is there just a line of code? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|