Skip to content

Commit

Permalink
Update MikaUiCreator.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinGoGaming authored Aug 10, 2024
1 parent 156f6c0 commit 7726e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/MikaUiCreator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- Blackout (ultra dark)
MikaUITheme = "Blackout"
game.Players.LocalPlayer:SetAttribute("themeOfMika", MikaUITheme)
local MikaUI = loadstring(game:HttpGet("https://x.klash.dev/libraries/MikaUI.lua"))()
local MikaUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/klashdevelopment/Mika-Roblox/main/libraries/MikaUI.lua"))()

local scriptName = "My Script"
local scriptTheme = "Darken"
Expand Down

0 comments on commit 7726e1e

Please sign in to comment.