🏃♂️Как сделать анимацию бега в роблокс студио? тут

Аватар автора
Legendary Lore
это моё первое видео так что я часто говорю ее скрипт - local UserInputService = game:GetService("UserInputService") UserInputService.InputBegan:Connect(function(Key,Proccesed) if Key.KeyCode == Enum.KeyCode.LeftShift and Proccesed == false then script.Parent.Animate.Enabled = false script.Parent.Sprinter.Enabled = true UserInputService.InputEnded:Connect(function(Key,Proccesed) if Key.KeyCode ==Enum.KeyCode.LeftShift and Proccesed == false then script.Parent.Sprinter.Enabled = false script.Parent.Animate.Enabled = true end end) end end) єто был скрипт LocalScript (Который был в видео) #shorts

0/0


0/0

0/0

0/0