sal212
|
  |
| Joined: 11 Apr 2010 |
| Total Posts: 2929 |
|
|
| 07 Sep 2015 05:27 PM |
Everything else is working but its not changing walkspeed
s = script.Parent p = game.Players.LocalPlayer s.Changed:connect(function() if s.Text == "sanic speed" then script.Parent.Parent.SpeedFrame.Visible = true p.PlayerGui.Sanic:Play() p.Character.Humanoid.Walkspeed = 125 else script.Parent.Parent.SpeedFrame.Visible = false p.PlayerGui.Sanic:Stop() end end)
|
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 07 Sep 2015 05:29 PM |
WalkSpeed [2]
http://www.roblox.com/Shots-Fired-item?id=168209364 Shots fired, ready for the war. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2015 05:30 PM |
| No need to repeat it for no reason. |
|
|
| Report Abuse |
|
|
sal212
|
  |
| Joined: 11 Apr 2010 |
| Total Posts: 2929 |
|
|
| 07 Sep 2015 05:34 PM |
| Oh, thanks, and also what is the default WalkSpeed? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
sal212
|
  |
| Joined: 11 Apr 2010 |
| Total Posts: 2929 |
|
| |
|