menu
Roblox Forum Archive
Home
User Search
Forums
Donate
search
settings
Home
User Search
Forums
Donate
launch
Go to User Dashboard
Forums
Scripting Helpers
Workspace.Script:12: malformed pattern (missing ']')
chevron_left
chevron_left
chevron_left
of
1
chevron_right
chevron_right
chevron_right
Workspace.Script:12: malformed pattern (missing ']')
7937746
Join Date: 2010-05-10
Post Count: 143
#41658714
Friday, January 28, 2011 7:43 PM GMT
print("Chatted") --Line11 Start = string.find(Msg,'[') --Line12 End = string.find(Msg,']') --Line13 Whats the error mean and how do I fix it?
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
Elloss
Join Date: 2009-03-15
Post Count: 7044
#41659193
Friday, January 28, 2011 7:57 PM GMT
print("Chatted") --Line11 Start = string.find(Msg,"[") --Line12 End = string.find(Msg,"]") --Line13 try that.
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
7937746
Join Date: 2010-05-10
Post Count: 143
#41659222
Friday, January 28, 2011 7:58 PM GMT
Solved. It was.... print("Chatted") --Line11 Start = string.find(Msg,"%[") --Line12 End = string.find(Msg,"%]") --Line13
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
chevron_left
chevron_left
chevron_left
of
1
chevron_right
chevron_right
chevron_right