diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index fa81ce1..201a4bd 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -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()