of     1   

FireController1847
#139370240Sunday, July 06, 2014 12:50 AM GMT

How do I get this to loop? local a = script.Parent.Parent.DP1 local b = script.Parent.Parent.DP2 function onClicked(onClicked) for i=1, 150 do a.CFrame = a.CFrame+Vector3.new(0, 0, 0.1) b.CFrame = b.CFrame+Vector3.new(0, 0, -0.1) wait(0.01) end print('Door 3 Moving') wait(1) repeat a.CFrame = a.CFrame+Vector3.new(0, 0, -0.1) b.CFrame = b.CFrame+Vector3.new(0, 0, 0.1) wait(0.01) until a.Position.Z <=508.4 print('Door 3 Moved') end script.Parent.ClickDetector.MouseClick:connect(onClicked) -Its just roblox... Deal with it-
FireController1847
#139370649Sunday, July 06, 2014 12:54 AM GMT

nvm, what I am doing now is working fine. -Its just roblox... Deal with it-

    of     1