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

What's wrong with my script?

Asked by
Kyokamii 133
10 years ago

Here it is:

while true do
    script.Parent.CFrame = script.Parent.CFrame * cFrame.fromEulerAnglesXYZ(0,0.2,0)
    wait(0.1)
end

Answer this question