Search
 
SCRIPT & CODE EXAMPLE
 

LUA

shift to sprint

local uis = game:GetService("UserInputService")

uis.InputBegan:Connect(function(input, processed)
	if input.KeyCode == Enum.KeyCode.LeftShift then
		script.Parent:WaitForChild("Humanoid").WalkSpeed = 32
	end
end)
Comment

PREVIOUS NEXT
Code Example
Lua :: Roblox Luau Wait Alternative 
Lua :: roblox lua get game place id 
Lua :: free roblux 
Lua :: lua call custom function 
Lua :: roblox get how many players in server 
Lua :: svelte template 
Lua :: how to make a number adding in roblox studio 
Lua :: lua loop through string 
Lua :: How to make a working gun in lua code 
Lua :: the function returning the address of a local variable results in: 
Lua :: lua how to default value if nil 
Lua :: name is not a valid member of Folder roblox 
Matlab :: matlab symbolic derivative 
Matlab :: dat file in matlab 
Matlab :: tan in scilab 
Matlab :: matlab syms array 
Basic :: how to close form in vb.net 
Basic :: dos assign command output to variable (when output is a single line) 
Elixir :: elixir try rescue 
Elixir :: phoenix enum filter 
Elixir :: elixir function guards 
Scala :: scala pattern matching 
Actionscript :: microsoft.visualstudio.web.codegeneration.design 3.1.0 
Excel :: excel hyperlink reference not updating when inserting rows 
Perl :: perl loops 
Perl :: Perl - Common Conditional Statements 
Pascal :: Pascal Game 
Gdscript :: godot 2d set position to mouse 
Cobol :: alertDialog with textfield validator flutter 
Assembly :: ARM assembly divide by 2 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =