|
| 07 Dec 2014 11:43 AM |
| Hi i need help with a speed run script can someone be kind enough to send me a script it cant be to hard PS. i want the script that makes you run all the time |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 07 Dec 2014 11:45 AM |
| do it the same way speed run did, touch something that increases your walkspeed |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2014 11:50 AM |
script.Parent.Touched:connect(function(hit) if hit.Parent:findFirstChild("Humanoid") then hit.Parent.Humanoid.WalkSpeed = 1000 end end)
|
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
| |
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 07 Dec 2014 12:04 PM |
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) c.Humanoid.WalkSpeed = "30"
Mr. Mustachio | ( ͡°╭͜ʖ╮͡° ) |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2014 12:20 PM |
script.Parent.Touched:connect(function(hit) if hit.Parent:findFirstChild("Humanoid") then hit.Parent:BreakJoints() -- connect(BreakJoints) = create[100 humanoid.WalkSpeed] end end) |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2014 12:21 PM |
| Let's all help him copy Speed Run and make Speed Run 5!!! |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2014 05:24 PM |
--alt solution
script.Parent:Destroy() --==invoke(player(100 WalkSpeed) |
|
|
| Report Abuse |
|
|