Как сделать быстрый бег на кнопку Shift в Roblox Studio

вот скрипт local player = game.Players.LocalPlayer local walk = 16 local shift = 1000 game:GetService(«UserInputService»).InputBegan:Connect(function(input) if input.KeyCode == Enum.KeyCode.LeftShift then player.Character:FindFirstChild(«Humanoid»).WalkSpeed = shift end end) game:GetService(«UserInputService»).InputEnded:Connect(function(input) if input.KeyCode == Enum.KeyCode.LeftShift then player.Character:FindFirstChild(«Humanoid»).WalkSpeed = walk end end)

0/0


0/0

0/0

0/0

0/0