Talk:How To Make Rapid Speed up Buttons

From Legacy Roblox Wiki
Jump to navigationJump to search

Testing

function onTouched(part)
     if part.Parent ~= nil then
     local h = part.Parent:findFirstChild("Humanoid")
          if h~=nil then
          h.WalkSpeed = 80 -- go five times faster than default speed.
          end			
     end
end
script.Parent.Touched:connect(onTouched) 

works. MINDRAKER 19:26, 2 September 2008 (CDT)

Current state of the page.

As it stands, this article goes against what we are working for on the wiki. It should be expanded to explain the code that is being used instead of just giving the code out. If nobody is up to working on this, I'll get to it eventually.--Gordonrox24 | Talk 00:00, 15 June 2010 (UTC)

You can stick this example on the not yet written WalkSpeed page. Vote for delete. --GoldenUrg 03:15, 15 June 2010 (UTC)