This commit is contained in:
carrotZ1 2017-08-02 13:23:52 -05:00 committed by GitHub
parent 6f69342442
commit b540583704
1 changed files with 5 additions and 3 deletions

View File

@ -754,6 +754,11 @@ function CSSolo(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,
game:GetService("RunService"):run()
end
game.Workspace:InsertContent("rbxasset://fonts//libraries.rbxm")
local plr = game.Players:CreateLocalPlayer(UserID)
plr.Name = PlayerName
plr:LoadCharacter()
if (rbxlegacyversion == 8) then
game.CoreGui.RobloxGui.TopLeftControl.Help:Remove()
elseif (rbxlegacyversion > 8) then
@ -771,9 +776,6 @@ function CSSolo(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,
elseif (rbxlegacyversion == 11) then
game.CoreGui.RobloxGui.ControlFrame.BottomRightControl:Remove()
end
local plr = game.Players:CreateLocalPlayer(UserID)
plr.Name = PlayerName
plr:LoadCharacter()
pcall(function() plr:SetUnder13(false) end)
if (rbxlegacyversion >= 8) then
if (IconType == "BC") then