Roblox Studio - Part 26 | MENGATUR AGAR SOUND TIDAK TERDENGAR SEMUA PLAYER
Автор: UMMAM
Загружено: 2025-10-28
Просмотров: 390
Maaf lama
_
_
_
script yang gua pake:
local Players = game:GetService("Players")
local part = script.Parent
part.Touched:Connect(function(hit)
local player = Players:GetPlayerFromCharacter(hit.Parent)
if player then
local SoundService = game:GetService("SoundService")
local playerGui = player:WaitForChild("PlayerGui")
local Gui = playerGui:WaitForChild("CheckpointGui")
local notifSound = Gui:WaitForChild("Sound")
Gui.Enabled = true
if not notifSound.IsPlaying then
notifSound:Play()
end
task.wait(5)
Gui.Enabled = false
end
end)
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: