I really need help

So in my script it has an error and i don’t know what it means it says- Need more than 1 value to unpack

can you screenshot it?

yes

erroe

Show the line of code, where the error occurs.

1 Like

Can you screenshot the script?

the commas should not have a space, everything needs to be together. no spaces.
|animation:flash,color:red|

Aren’t they just spelling mistakes? Cause wouldn’t the error have a warning training at the beginning of the line?

1 Like

The amination part is right so not sure why you’re getting the error

1 Like

You don’t get script errors from spelling mistakes.
they had everything spaced out, it needs to be together.

What I mean is, is that what’s causing the error? Cause generally if it’s underlined, it’s a spelling mistake, right?

1 Like
   ALICIA (scream)
| bold , animation:shuffle-sideways , color:maroon , outline:black |WAKEEEEE UPPPPP!!! thats my script & theres no errors with it so the spaces are fine
1 Like

thats my animation script & the spaces are how they should be

1 Like

the error was how they had it
| animation:flash , color:red | – That is what is causing the error

You wrote
@AUTHOR walks to (spot) in zone 2 AND AUTHOR does it
Its suppose to be
@AUTHOR walks to (spot) in zone 2 AND AUTHOR does it while (animation)

yes i did put that its just I didn’t screenshot the other part

Oh okay lol
Then I don’t see anything wrong with the script :thinking:

| animation:flash , color:red | – That is what is causing the error.
the correct way needs to be ↓
|animation:flash,color:red|

thats not causing the error like i said above thats how i do mine and theres no error for me

1 Like