как сделать бег в Roblox Studio / how to make a run in Roblox Studio. Гайд №4

Аватар автора
Entertaining Game Shows
скрипт на бег 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