Как сделать экран после смерти(тутор по Roblox Studio)

Published: 11 June 2023
on channel: LINEX
10,019
314

Привет! В этом видео я рассказываю как сделать экран после смерти.
Поставь лайк если этот ролик был полезен!
Скрипт из видео:
local PlayerCharacter = script.Parent
local Player = game.Players.LocalPlayer

while wait() do
if PlayerCharacter.Humanoid.Health == 0 then
for i = 0,10 do
Player.PlayerGui.DeathGui.Enabled = true
Player.PlayerGui.DeathGui.DeathFrame.Transparency -= 0.1
Player.PlayerGui.DeathGui.DeathFrame.DeathLabel.TextTransparency -= 0.1
wait()
end
end
end


Watch video Как сделать экран после смерти(тутор по Roblox Studio) online without registration, duration hours minute second in high quality. This video was added by user LINEX 11 June 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 10,019 once and liked it 314 people.