local player = game.Players.LocalPlayer local playerGui = player.PlayerGui local function hideOfficialButtons() local chat = game:GetService("CoreGui"):FindFirstChild("Chat") if chat then chat.Enabled = false end local playerList = game:GetService("CoreGui"):FindFirstChild("PlayerList") if playerList then playerList.Enabled = false end local topBar = game:GetService("CoreGui"):FindFirstChild("TopBar") if topBar then topBar.Enabled = false end local robloxGui = game:GetService("CoreGui"):FindFirstChild("RobloxGui") if robloxGui then robloxGui.Enabled = false end local guiItems = game:GetService("CoreGui"):GetChildren() for _, gui in pairs(guiItems) do if gui:IsA("ScreenGui") then gui.Enabled = false end end end hideOfficialButtons() loadstring(game:HttpGet('https://raw.githubusercontent.com/kosuke14/REBOYHub/main/games/2016_Roblox.lua'))()