КАК СДЕЛАТЬ БЕГ В РОБЛОКС СТУДИО?? ГАЙД

Аватар автора
Flopus
скрипт: local UIS = game:GetService('UserInputService') local plr = game.Players.LocalPlayer UIS.InputBegan:Connect(function(input) if input.KeyCode == Enum.KeyCode.LeftShift then plr.Character.Humanoid.WalkSpeed += 27 end end) UIS.InputEnded:Connect(function(input) if input.KeyCode == Enum.KeyCode.LeftShift then plr.Character.Humanoid.WalkSpeed = 16 end end)

0/0


0/0

0/0

0/0