Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How To Pose Script In The Question Section?

Asked by
ImfaoXD 158
8 years ago

I Try To Pose A Script, But My Script Got All Mess Up. Can Somebody Help Me?

2 answers

Log in to vote
2
Answered by
NotSoNorm 777 Moderation Voter
8 years ago

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

Ad
Log in to vote
0
Answered by 8 years ago

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.

~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~

I've removed one so it is visible.

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'

~~~~~~~~~~~~~~~~

I've removed one so it is visible.

Answer this question