|
| 01 Apr 2013 11:50 AM |
Since I joined ROBLOX I've never scripted. I just c-framed. I decided to learn how to script.
I inserted a basic script with Place1 on pause. Then I press play. There's no print or text anywhere.
Help?
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 11:51 AM |
bump
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 11:51 AM |
Did you do anything to the code, change it? Otherwise it should print 'Hello world'.
(╯°□°)> KMXD |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 11:52 AM |
I didn't change anything. When I clicked the play button nothing came up.
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 11:52 AM |
Bump.
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 11:52 AM |
| Did you have your output open? Lol. |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 11:53 AM |
^ What is this 'output', you speak of?
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 11:54 AM |
Oh... I opened output window. Okay, thanks. Lol.
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Apr 2013 11:55 AM |
Also, if you were trying to get a message to pop up on the screen, try this...
m=Instance.new("Message",Workspace) m.Text="TEXT HERE" |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 11:59 AM |
Hmm, now when I try print with my own text it's not showing in the output window.
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 12:01 PM |
| What is the code? It would need to have ' ' or " " around them, by the way. |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 12:01 PM |
Or nested brackets.
(╯°□°)> KMXD |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 12:03 PM |
print 'No way'
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 12:05 PM |
bump1
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 12:06 PM |
Once the script has fired, you would have to disable, and re-enable, cut/paste, or stop and start the server again to make it fire again.
(╯°□°)> KMXD |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 12:06 PM |
bump2
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 12:07 PM |
<--Lazy
I think I'll stick to c-framing. Thanks for the help though.
~I am a wizard. My turkey is a wand~ |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2013 12:27 PM |
| Lua has much more possibilities, you just have to have the patience to learn it. |
|
|
| Report Abuse |
|
|