--!strict
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ServerScriptService = game:GetService("ServerScriptService")
local Fusion = require(ReplicatedStorage.Packages.Fusion)
local ByteNet = require(ReplicatedStorage.Packages.ByteNet)
local Icon = require(ReplicatedStorage.Packages.Icon)
local Signal = require(ReplicatedStorage.Packages.Signal)
-- CONSTANTS --
-- VARIABLES --
local player = game.Players.LocalPlayer
local terminalUIFrame = player.PlayerGui:WaitForChild("TerminalUI").Frame
if not terminalUIFrame then warn("Frame not found") return end
local terminalIconUI: Icon = Icon.new()
local TerminalUIClient = {}
function TerminalUIClient:init()
terminalIconUI:setLabel("terminal")
end
return TerminalUIClient
local TerminalUIClient = require(game.ReplicatedStorage.Modules.TerminalUIClient)
TerminalUIClient:init()
i readded the topbarplus module but still doesnt work