remove chatbar (for real)
This commit is contained in:
parent
9345400c88
commit
705abb3ba6
|
|
@ -878,8 +878,10 @@ function CS3DView(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorI
|
||||||
local plr = game.Players:CreateLocalPlayer(UserID)
|
local plr = game.Players:CreateLocalPlayer(UserID)
|
||||||
plr.Name = PlayerName
|
plr.Name = PlayerName
|
||||||
plr:LoadCharacter()
|
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)
|
pcall(function() plr:SetAccountAge(365) end)
|
||||||
|
|
||||||
plr.CharacterAppearance=0
|
plr.CharacterAppearance=0
|
||||||
game.CoreGui.RobloxGui:Remove()
|
game.CoreGui.RobloxGui:Remove()
|
||||||
game.GuiRoot.ScoreHud:Remove()
|
game.GuiRoot.ScoreHud:Remove()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue