Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i remove the original gui?

Asked by 7 years ago

I just want to know how to remove the original GUI so i don't have it there. I have made my own GUI for my game but the original is just in the way. Please help me if you can.

Someone tried to help me with this little script below.

game.StarterGui:setCoreGuiEnabled("Chat",false)

But it did literally nothing :(

1
try this: game:GetService("StarterGui"):SetCoreGuiEnabled("Chat",false) User#10445 15 — 7y
1
Lua is case sensitive. M39a9am3R 3210 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

There's an amount you cannot remove. You can explore StarterGui on the wiki, which does have SetCoreGuiEnabled. If what you typed in did nothing, did you check the Output window for errors? (You should always have that window open.) As m39a9am3R pointed out, lua is case-sensitive, so having a small 's' as the first letter is the problem with the script you provided.

0
Wot Dannzvmp 4 — 7y
0
xD Dannzvmp 4 — 7y
0
O... nothing i just didn't understand it at first :) Dannzvmp 4 — 7y
Ad

Answer this question