|
| 26 Jun 2013 12:13 AM |
Walkspeed script
while true do Game.Workspace.playername.Humanoid.Walkspeed = 16 print()Walkspeed me 16 Game.Workspace.Playername.Humanoid.Walkspeed = 32 print()Walkspeed me 32 Game.Workspace.playername.Humanoid.Walkspeed = 48 print()Walkspeed me 48 Game.Workspace.playername.Humanoid.Walkspeed = 64 print()Walkspeed me 64 Game.Workspace.playername.Humanoid.Walkspeed = 80 print()Walkspeeed me 80 Game.Workspace.playername.Humanoid.Walkspeed = 96 print()Walkspeed me 96 --Made by DanBossStar321. end |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 12:16 AM |
| Are you trying to showcase this, or need help, because that's not how you print things. It's also pretty inefficient. |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 12:31 AM |
| In game I want the users to write Walkspeed me 16 or whatsoever. I need help... |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 12:32 AM |
I think he's trying to show off.
He sucks at scripting. I can do it better using a loop and printing that actually works.
function walkspeed() for i= 16,128,16 do
script.Parent.Walkspeed = i print("walkspeed me"..i)
wait(5) end end
walkspeed() |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 12:33 AM |
| And dan if you're trying to make an admin command to let people change their speed, take the relevant part of kohls or p299 and mod it. |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 12:34 AM |
@howl
Don't be that mean. And I think you forgot to make the player become faster, if that's what the script should do.
== Sometimes fear is the proper answer == |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 12:39 AM |
| The script would be copied into Humanoid somehow, and script.Parent.Walkspeed = i would cause the speed change. |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 05:18 AM |
| Why don't you shut up Howl you stupid Owl! |
|
|
| Report Abuse |
|
|
mark298
|
  |
| Joined: 24 Oct 2008 |
| Total Posts: 1264 |
|
| |
|