mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local scriptContext = game:GetService("ScriptContext")
|
||||
local rbxGui = Game:GetService("CoreGui"):FindFirstChild("RobloxGui")
|
||||
|
||||
scriptContext:AddCoreScriptLocal("CoreScripts/AppHome", rbxGui)
|
||||
|
||||
-- TODO: Clean this up so it doesn't get created anymore, but for now we should remove it
|
||||
spawn(function()
|
||||
local controlFrame = rbxGui:WaitForChild('ControlFrame')
|
||||
controlFrame:Destroy()
|
||||
end)
|
||||
Reference in New Issue
Block a user