Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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)
 
PREVIOUS NEXT
Tagged: #shift #sprint
ADD COMMENT
Topic
Name
5+6 =