Here is my script
if posTag == nil then print("check1") stretch.Size = (hand.Position - arm.Position).Magnitude stretch.CFrame = CFrame.new(arm.Position:Lerp(hand.Position,1/2),hand.Position) print("check2") end
The result is that it print "check1" but it doesn't print "check2" and there is no error.
Why??
if posTag == nil then print("check1") stretch.Size = (hand.Position - arm.Position).Magnitude wait(1) stretch.CFrame = CFrame.new(arm.Position:Lerp(hand.Position,1/2),hand.Position) print("check2") end
Try using a wait script