FoxFries404
FoxFries404
1 / 0
17th June
17th June
Need help with a script: for i=1, 50 do x=sim.mathRandom y=sim.mathRandom for i=1, 10 do sim.createLine((x,y)(x*y,x*y)) x=x*y y=x*y end Gives an error saying ")" expected near ","

Comments

  • FoxFries404
    FoxFries404
    17th June
    oh okay
  • Aeiouman
    Aeiouman
    17th June
    Also you're using sim.mathRandom where you should be using math.random()
  • Aeiouman
    Aeiouman
    17th June
    What is your goal here