From 705abb3ba633b94c50168bf26f85919bbb915f66 Mon Sep 17 00:00:00 2001 From: carrotZ1 Date: Sun, 6 Aug 2017 18:57:57 -0500 Subject: [PATCH] remove chatbar (for real) --- CSMPFunctions.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 201a4bd..ccb5f22 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -878,8 +878,10 @@ function CS3DView(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorI local plr = game.Players:CreateLocalPlayer(UserID) plr.Name = PlayerName plr:LoadCharacter() - pcall(function() plr:SetUnder13(true) end) + pcall(function() plr:SetUnder13(false) end) + pcall(function() plr:SetSuperSafeChat(true) end) pcall(function() plr:SetAccountAge(365) end) + plr.CharacterAppearance=0 game.CoreGui.RobloxGui:Remove() game.GuiRoot.ScoreHud:Remove()