How to make a roblox shift run script [GamingTutorials] HD

16.06.2017
Local Script: Enjoy! Also check out my profile and game Link in desc to -- By Nxzq -- Place this in StarterGui and your done! repeat wait() until game.Players.LocalPlayer m = game.Players.LocalPlayer:GetMouse() m.KeyDown:connect(function(key) if key == "0" then --"Shift to run" 0 == shift print("Running") game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32 --change "25" to your speed you want end end) m.KeyUp:connect(function(key) if key == "0" then game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 --change "16" to your speed you want when you stop running end end) Profile - https://web.roblox.com/users/300124583/profile Game - https://web.roblox.com/games/849030948/UPDATED-SHIFT-TO-RUN-GUI-Nxzqs-Tycoon

Похожие видео

Показать еще