I am making a chat script, and I want to make it only the chat bar. I tried using coregui but it takes off everything any way to fix this?
If you're trying to disable the chat bar from a LocalScript:
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
More details on SetCoreGuiEnabled: http://wiki.roblox.com/index.php?title=SetCoreGuiEnabled