bergeser ke 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)
LightOfGod 428