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

Why is it saying FromEulearAngleXYZ is not a valid member?

Asked by 9 years ago

In the output window it says

18:10:58.993 - fromEulearAnglesXYZ is not a valid member

i tried making f capital i treid making all of them lower case but nothing worked

a = game.workspace.lol while true do wait(0.1)

for x = 1,15 do a.CFrame = a.CFrame.fromeulearanglesxyz(0,1,0)

end end

Answer this question