omade
|
  |
| Joined: 21 Jul 2011 |
| Total Posts: 102 |
|
|
| 28 Aug 2013 09:31 PM |
| i need a run ... a run when you press R or whatever button it run |
|
|
| Report Abuse |
|
|
|
| 28 Aug 2013 09:35 PM |
Put this in a LocalScript in StarterPack.
wait(.1) repeat wait() game.Players.LocalPlayer local p = game.Players.LocalPlayer local m = p:GetMouse()
local speed = 20 --set to run speed
m.KeyDown:connect(function(k) k = k:lower() if k == "r" then if p.Character.Humanoid.WalkSpeed == speed then p.Character.Humanoid.WalkSpeed = 16 else p.Character.Humanoid.WalkSpeed = speed end end end)
http://wiki.roblox.com/index.php/User:ElectricBlaze |
|
|
| Report Abuse |
|
|
omade
|
  |
| Joined: 21 Jul 2011 |
| Total Posts: 102 |
|
| |
|
domorox17
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1710 |
|
|
| 28 Aug 2013 09:37 PM |
heres a magical script that freezes time when u touch teh brick it is in. ok, so put a script in an anchired brick and enter this script: ha = x function hai() while true do print (x .. "u ju" .. "st go" .. "pwnd!" end
script.Parent.Touched:connect(hai) |
|
|
| Report Abuse |
|
|
|
| 28 Aug 2013 09:43 PM |
No problem.
http://wiki.roblox.com/index.php/User:ElectricBlaze |
|
|
| Report Abuse |
|
|