From 9345400c88dd0d881e9a1e28193f137b86a22855 Mon Sep 17 00:00:00 2001 From: carrotZ1 Date: Sun, 6 Aug 2017 18:51:04 -0500 Subject: [PATCH] oops --- CSMPFunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()