I Try To Pose A Script, But My Script Got All Mess Up. Can Somebody Help Me?
Correction: I try to post a script, but my script get's all messed up. Can someone help me?
Use the little 'code block' symbol above the typing box. It's blue and has 'Lua' in white.
in script
not in script
Ok, so what you want to do is code block. Code blocking is done through the assortment of buttons located above the question box. These things are Bolding, Italisizing, Block Quote, Hyperlink, Inline code, and what we want, Code Blocking.
It's very noticable, it is blue and is the lua logo. Take a moment to click on it. What you get are 2 lines.
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
Now, between these 2 lines, you can paste your code. If you want to be fancy, you can even paste your code, then select all of it, Then click the button, and it will put it all into a Codeblock.
so say I have this script
print 'hello world'
and i want to codeblock it, i would put it in between the 2 lines.
~~~~~~~~~~~~~~~~
print 'hello world'
~~~~~~~~~~~~~~~~