ADVERTISEMENTREMOVE ADS

Old roblox gui ui 2016

Universal script
9 months ago
Script preview thumbnail
Script Preview

Description

The old roblox GUI/ui open source (Loadstring script is not made by me, I made the UI disappear so it works more correctly)

ADVERTISEMENTREMOVE ADS
36 Lines • 1013 Bytes
Raw
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'))()
ADVERTISEMENTREMOVE ADS

Comments

8 comments
to add a comment
Ow

not your script

1
1
Bl
@BlackScripts
(edited)

@Owenn i dont said is My script i said only i make the ui from main roblox to disapear try to use the script Without the change I made, so you can see what the script I put in looks like.

0
0
Ow

@LiarRise even so that part is made by ai

0
0
Bl
@BlackScripts
(edited)

@Owenn idk how to code normally i use ai to make scripts what did you expect?

0
0
Fa

@LiarRise can you make a script by ai game called [UPD] Lucky Block Legends

0
0
Bl

@FahadAshfaq I can't make scripts with AI for 3 reasons I tell you Why I can't 1 I have an exam next year and need to study. 2 The AI ​​doesn't always cooperate. 3 with ai is hard to make scripts it takes a long time because the ai makes many mistakes in the script.

0
0
Fa

@LiarRise but it's 2 not old lucky block legends

0
0
lw

nice script

1
0
ADVERTISEMENTREMOVE ADS