Всем привет! Это LINEX! В этом видео я расскажу как сделать присед на клавишу "С" в роблокс студио
скрипт:
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
local Animate
local Humanoid = player.Character:FindFirstChild('Humanoid')
mouse.KeyDown:Connect(function(Key)
if Key == "c" then
local Animation = Instance.new("Animation", player.Character)
Animation.AnimationId = "rbxassetid:// айди вашей анимации"
Animate = Humanoid:LoadAnimation(Animation)
Animate:Play()
end
end)
mouse.KeyUp:Connect(function(Key)
if Key == "c" then
Animate:Stop()
end
end)
Watch video Как сделать присед(тутор по Roblox Studio) online without registration, duration hours minute second in high quality. This video was added by user Linex 03 May 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 45,691 once and liked it 1.1 thousand people.