Garnished
|
  |
| Joined: 09 Apr 2012 |
| Total Posts: 12695 |
|
|
| 09 Oct 2012 07:20 PM |
I have a game, and the longest lined script is gloo Library. Which shouldn't cause any "Game has shut down" things. Here is the place : http://www.roblox.com/-place?id=89075716 |
|
|
| Report Abuse |
|
|
| |
|
Seranok
|
  |
| Joined: 12 Dec 2009 |
| Total Posts: 11083 |
|
|
| 09 Oct 2012 07:30 PM |
| Does the source of the script happen to be over 200,000 characters in length? |
|
|
| Report Abuse |
|
|
Garnished
|
  |
| Joined: 09 Apr 2012 |
| Total Posts: 12695 |
|
|
| 09 Oct 2012 07:33 PM |
@Seranok Nope, why would that happen? |
|
|
| Report Abuse |
|
|
Seranok
|
  |
| Joined: 12 Dec 2009 |
| Total Posts: 11083 |
|
|
| 09 Oct 2012 07:35 PM |
| That would happen if a script's source was set to a string with more than 200,000 characters. |
|
|
| Report Abuse |
|
|
Garnished
|
  |
| Joined: 09 Apr 2012 |
| Total Posts: 12695 |
|
| |
|
Seranok
|
  |
| Joined: 12 Dec 2009 |
| Total Posts: 11083 |
|
|
| 09 Oct 2012 11:12 PM |
It is as common as you make it. For example, if you type this in the command bar every time you make a script:
Instance.new("Script",Workspace).Source = ("a"):rep(200001)
And if you don't remove the script, there is a 100% chance that this will occur in EVERY game you make. |
|
|
| Report Abuse |
|
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 10 Oct 2012 12:50 PM |
You can use .Source in the command bar?
Yay!
So I can do h44xxy things after all. |
|
|
| Report Abuse |
|
|
|
| 10 Oct 2012 12:51 PM |
^ You should know this already. |
|
|
| Report Abuse |
|
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 10 Oct 2012 12:56 PM |
^
y?
I thought they hid the property forevar and everywhere |
|
|
| Report Abuse |
|
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 10 Oct 2012 01:00 PM |
Also, I managed to open this:
Instance.new("Script",Workspace).Source = ("lol\n"):rep(900000) |
|
|
| Report Abuse |
|
|
HaxHelper
|
  |
| Joined: 19 Dec 2009 |
| Total Posts: 1208 |
|
|
| 10 Oct 2012 01:02 PM |
| Can we only use Source when creating new instances? |
|
|
| Report Abuse |
|
|
|
| 10 Oct 2012 01:04 PM |
^ wat how wud roblox even no if u had just created script it if cud then roblox is misgided |
|
|
| Report Abuse |
|
|