Loading gui work, needs finished

This commit is contained in:
2023-12-28 02:40:00 -05:00
parent e55b8763f3
commit c3069d11f9
9 changed files with 273 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ function HumanoidRPSettings:DisableRobloxSounds()
local Object = HRP_objects[i]
if Object:IsA("Sound") then
Object.SoundId = "rbxassetid://0"
Object.Volume = 0
end
end
end