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

how do you delete the default chat system entirely?

Asked by 3 years ago

so im making a prototype game which just assigns jobs to players

its a one player game that doesnt last very long since all the player will be doing is choosing a job and he is tp to another game

so i was thinking it doesnt make sense that the chat system should be there but idk how to remove it tho

do you have to name an object a specific name to get rid of it just like the controls and cameras

i have no idea

i know its a really small thing but i still want to do it

0
i accept all attempts at a solution proROBLOXkiller5 112 — 3y

2 answers

Log in to vote
0
Answered by 3 years ago

Go into a local script and do this:

local starterGui = game:GetService("StarterGui")

starterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

this should get rid of the chat

0
i tested it out and it just disables it but not deleting everything proROBLOXkiller5 112 — 3y
Ad
Log in to vote
0
Answered by 3 years ago

i ended up using a very brutal method of just using folders and renaming them to the exact same name as the default scripts so roblox will replicate a folder instead of entire scripts

0
why did you want to delete the chat anyways >.> NGC4637 602 — 3y

Answer this question