Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can you please help simplify this?

Asked by 9 years ago

Can you please help me simplify this script?

game.Workspace.Part.CFrame=
game.Workspace.Part.CFrame * CFrame.new(0,0,0)
wait(1)
game.Workspace.Part.CFrame * CFrame.new(0,1,0)
wait(1)
game.Workspace.Part.CFrame * CFrame.new(0,2,0)
wait(1)
game.Workspace.Part.CFrame * CFrame.new(0,3,0)
wait(1)
game.Workspace.Part.CFrame * CFrame.new(0,4,0)
wait(1)
game.Workspace.Part.CFrame * CFrame.new(0,5,0)

Answer this question