Okay, so I am *cough*REALLY*cough* new to scripting, and I was trying to make it to where if someone says /sing, a message would pop up on everyone's screen saying,
'IT'S FRIDAY! FRIDAY! GONNA GET DOWN ON FRIDAY! Everybody's lookin' forward to the weekend, week... oh, you guys can see this. D:'.
I thought it would work because it executed right (For once.) But when I typed in /sing, Blockland CRASHED. A second after I typed it it CRASHED.
Can you figure out why it CRASHED me? ._. This hasn't happened to me on my scripting adventures before.
This is the script -
function serverCmdsing(%client) {
commandToServer("","<color:ffffff>IT'S FRIDAY! FRIDAY! GONNA GET DOWN ON FRIDAY! Everybody's lookin' forward to the weekend, week... oh, you guys can see this. D:");
}
(Line commandToServer("","(messagething)") is one line, meaning the line after it is part of it by the way...)