no chatbar on 3dview
This commit is contained in:
parent
8b04e6bae8
commit
c813abb7b0
|
|
@ -878,7 +878,7 @@ function CS3DView(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorI
|
|||
local plr = game.Players:CreateLocalPlayer(UserID)
|
||||
plr.Name = PlayerName
|
||||
plr:LoadCharacter()
|
||||
pcall(function() plr:SetUnder13(false) end)
|
||||
pcall(function() plr:SetUnder13(true) end)
|
||||
pcall(function() plr:SetAccountAge(365) end)
|
||||
plr.CharacterAppearance=0
|
||||
game.CoreGui.RobloxGui:Remove()
|
||||
|
|
|
|||
Loading…
Reference in New Issue