#184247049Wednesday, February 24, 2016 2:59 PM GMT
for i = 1,90 do
model:SetPrimaryPartCFrame(value.Value * CFrame.Angles(math.rad(1),0,0))
wait()
end
Whenever I use this, it doesn't loop
"Lua is coding. Lua is life" - TheBeastSword
#184247077Wednesday, February 24, 2016 3:00 PM GMT
You're not changing anything. Do you mean to change value.Value inside the loop? As it stands, it does loop but no value is changing to make the CFrame change