I'm Currently Working On A Roblox Browser, Here's The 1st GUI You Will Be Shown To

I’m Currently Working On A Roblox Browser, Here’s The 1st GUI You Will Be Shown To. Please Tell Me How Can I Add More Details To It. It feels too empty.

1 Like

Trying hiding the core gui
To hide the core UI do this:

game.StarterGui:SetCoreEnabled(Enum.CoreGuiType.All, false)

Also change the font of the login button

And lastly, instead a plain black background, you could use an image that is shaded.

1 Like

Love to See Devs Making Cool things
But Change font and Remove Core GUI

As @2jammers said

game.StarterGui:SetCoreEnabled(Enum.CoreGuiType.All, false)

Where should I add this script to make it work? Might sound silly but where do I add this script?

Starter Player Scripts or ServerScriptService or I think StarterGui

1 Like

StarterGUI is the best place for this, ServerScriptService is, as the name suggests, for Server Scripts :cold_face:

2 Likes

Thanks for Correction!
Will take Note of this

Make it more like Roblox, like add some rollercoaster background and add a sign up and login button.

2 Likes