Обновить ModuleForasy

This commit is contained in:
notefrvrt 2025-05-30 09:53:44 +02:00
parent 0c5d45c23f
commit af4fff1f28

View File

@ -1,14 +1,8 @@
-- Decompiler will be improved VERY SOON!
-- Decompiled with Konstant V2.1, a fast Luau decompiler made in Luau by plusgiant5 (https://discord.gg/wyButjTMhM)
-- Decompiled on 2025-05-30 00:47:48
-- Luau version 6, Types version 3
-- Time taken: 0.001929 seconds
local module_upvr = {
MaxMessages = 3;
}
module_upvr.__index = module_upvr
local Container_upvr = script:WaitForChild("Container")
local Container_upvr = game:GetService("Players").LocalPlayer.PlayerGui.main.MainGuiMain.MessageContainer.Container
function module_upvr.new(arg1, arg2) -- Line 16
--[[ Upvalues[2]:
[1]: module_upvr (readonly)
@ -23,7 +17,7 @@ function module_upvr.new(arg1, arg2) -- Line 16
setmetatable_result1.Instance.Parent = arg1
return setmetatable_result1
end
local MessageBox_upvr = require(script.MessageBox)
local MessageBox_upvr = require(game:GetService("Players").LocalPlayer.PlayerGui.main.MainGuiMain.MessageContainer.MessageBox)
function module_upvr.CreateMessage(arg1, arg2, arg3) -- Line 29
--[[ Upvalues[2]:
[1]: module_upvr (readonly)