How to do the "One more game" Ui in roblox Studio
Автор: VadesT Official
Загружено: 2025-09-08
Просмотров: 967
The Script
local GuiService = game:GetService("GuiService")
local image = script.Parent
local sound = script.Parent.Parent:WaitForChild("Sound")
image.Visible = false
sound:Stop()
local ready = false
task.delay(1, function()
ready = true
end)
GuiService.MenuOpened:Connect(function()
if not ready then return end
image.Visible = true
if not sound.IsPlaying then
sound.Looped = true
sound:Play()
end
end)
GuiService.MenuClosed:Connect(function()
if not ready then return end
image.Visible = false
sound:Stop()
end)
Please subscribe since this is my first tutorial in my channel
Chapters
0:00 Intro
0:54 What you need
1:21 Image Part
3:16 Code Part
5:44 Testing

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: