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

What does this script do? [closed]

Asked by 10 years ago

p = Workspace.Part

while true do for i = 1, 20 do p.CFrame = CFrame.new(0,i,0) wait (1) end

for i = 1, 20 do
      p.CFrame =

Cframe.new(0,20-i,0) wait(1) end

Closed as Not Constructive by User#2

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?