My topbar isnt working with the new Roblox Topbar

my roblox official topbar updated by itself from Box shape, to the new one The Circle topbar
and it makes my topbar v3 code didnt work

local TopbarModule = require(game:GetService("ReplicatedStorage")._dncAamTum.Icon)
local Frame = game.Players.LocalPlayer.PlayerGui:WaitForChild("_dncAamTum").Frame
local Frame2 = game.Players.LocalPlayer.PlayerGui:WaitForChild("main").Settings.Frame

local Setting = TopbarModule.new()
Setting:setImageScale(.7)
Setting:setImage("rbxassetid://18877957133")
Setting:setLabel("Settings")
Setting:setLabel("Open", "viewing")
Setting:align("Left")
Setting:bindEvent("selected", function() -- tween in
	Frame2:TweenPosition(UDim2.new(0.289, 0,0.176, 0))
end)
Setting:bindEvent("deselected", function() -- tween out
	Frame2:TweenPosition(UDim2.new(0.418, 0,1.9, 0))
end)

how doi manage to get it working again

Do any errors happen? What exactly isn’t working?

1 Like

the topbar v3 didnt showed up, because of the new roblox topbar