|
| 09 Nov 2013 02:14 AM |
| as in, i need a script to make a billboard gui then make a imagelabel in the billboard gui then make a script in the imagelabel because i need an animate script on the imagelabel and i want to use it on script builder |
|
|
| Report Abuse |
|
|
| |
|
Zachiah
|
  |
| Joined: 27 Oct 2013 |
| Total Posts: 1401 |
|
| |
|
|
| 09 Nov 2013 02:19 AM |
Someone got trolled, not the OP though. I failed this time cntkillme.
Anyways, Instance.new('Script', workspace)
@Zachiah, rather than forcin a scripting helper out of SH, halp him instead. And no, don't drag me into this. |
|
|
| Report Abuse |
|
|
Zachiah
|
  |
| Joined: 27 Oct 2013 |
| Total Posts: 1401 |
|
|
| 09 Nov 2013 02:22 AM |
| I'm not forcing you out, I'm suggesting you leave if you're just going to give the person you're supposed to be "helping" a script that would crash. |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 02:28 AM |
| I still don't understand how clueless people are. They could learn the language through the wiki. AND THEY COULD FIND THE WIKI ON THE DEVELOP PAGE. Which is and huge butt on top of the website. |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 02:53 AM |
| how would i edit what the script contains? |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 02:54 AM |
as in, say i want this in the script: print "Hello World!" |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 03:01 AM |
| You imbecile, do some research on the wiki. Hint: loadstring |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 03:06 AM |
-_- im on the wiki right now and searched how to make a script by a script. ~*im a noob at lua*~ |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 03:07 AM |
| just tell me. i have NO IDEA what ANYTHING in lua even MEANS. |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 03:11 AM |
| Look up string values and load string |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 03:13 AM |
-_- can you just tell me it like this (command that makes the contents of it change) (i will insert script here) |
|
|
| Report Abuse |
|
|
Zachiah
|
  |
| Joined: 27 Oct 2013 |
| Total Posts: 1401 |
|
|
| 09 Nov 2013 03:15 AM |
Script1: Workspace.Script2.StringValue.Value = 'print "hi"';
Script2: loadstring(script.StringValue.Value)() |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 03:17 AM |
| let me try that. thanx very much BUT its a script that has multiple lines. hope it works! |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 03:21 AM |
Scripts don't need to be on more than one line, it just looks better and easier to edit
for a = 1,10 do print(a) end
for a = 1,10 do print(a) end
Same thing |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 03:24 AM |
Yeh, `Cuz Some people pay by lines. while true do end would be worth alot more than: while true do end |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Nov 2013 04:23 AM |
| it didnt work. who is someone i can trust not to leak it? |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 04:24 AM |
| If it didn't work you did it wrong. |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 04:52 AM |
can i trust you to do it? remember, the script goes inside the ImageLabel so if i saw it in studio, i would see a drop down menu from the ImageLabel and there is the script. can i trust you to NOT leak it? |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Nov 2013 04:59 AM |
| gonna check on this page tomorrow remeber i need some1 i can trust NOT to leak this |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Nov 2013 02:32 PM |
| im taking the long way and making the whole script just a SINGLE line. |
|
|
| Report Abuse |
|
|