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 :(
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.