• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Simple string.gsub question

Arn

Member
Joined
Mar 8, 2010
Messages
282
Reaction score
18
Hello!

I'd like to replace this string:

!craft "tutorial axe"

to this string:

!craft tutorial axe

As you can see, I just want to replace the " with a blank space or just remove it entirely. Thank you for reading, and please help. Will +rep!

-Arn
 
I don't need to post the entire script. I'm just asking how to remove a double quotation mark from a string in lua.
 
Back
Top