This commit is contained in:
carrotZ1 2017-08-06 18:51:04 -05:00 committed by GitHub
parent c813abb7b0
commit 9345400c88
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ function CSSolo(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,
end
end
if (rbxlegacyversion > 8)
if (rbxlegacyversion > 8) then
local function waitForChild(instance, name)
while not instance:FindFirstChild(name) do
instance.ChildAdded:wait()