Roblox Studio Как Сделать Бег От Шифта

Аватар автора
Техника и гаджеты, которые сделают вашу жизнь проще и интереснее
скрипт: local player = game.Players.LocalPlayer local sprint = 30 local walk = 16 game:GetService("UserInputService").InputBegan:Connect(function(input) if input.KeyCode == Enum.KeyCode.LeftShift then player.Character:FindFirstChild("Humanoid").WalkSpeed = sprint 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