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

Random Variables For X,Y,Z?

Asked by 9 years ago

I need to make this rotation script so that instead of preset x,y,z it will generate random numbers for x,y,z

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

Answer this question