|
| 06 Feb 2013 05:55 AM |
function onPlayerEntered(player) fg = game.Lighting.FADING:Clone() fg.Parent = player.PlayerGui end
game.Players.PlayerAdded:connect(onPlayerEntered)
see anything wrong? My output crashes :/ |
|
|
| Report Abuse |
|
|
|
| 06 Feb 2013 06:07 AM |
| Sometimes PlayerGui isn't added the instant the player is added. Add a delay in. |
|
|
| Report Abuse |
|
|
zars15
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 9999 |
|
|
| 06 Feb 2013 06:54 AM |
| You should add what your output says here, but most likely problem is with PlayerGui apearing with delay. |
|
|
| Report Abuse |
|
|
777MrEpic
|
  |
| Joined: 17 Oct 2012 |
| Total Posts: 3998 |
|
|
| 06 Feb 2013 07:00 AM |
First, I see a problem:
No elseif It could break any time. |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
777MrEpic
|
  |
| Joined: 17 Oct 2012 |
| Total Posts: 3998 |
|
|
| 06 Feb 2013 07:03 AM |
I have seen them though, without, maybe it was loadstring and added?
elseif |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
777MrEpic
|
  |
| Joined: 17 Oct 2012 |
| Total Posts: 3998 |
|
|
| 06 Feb 2013 07:06 AM |
Sorry qq I am new to scripting still 33 Lines of real code is the best I made, :c. Its broke still needs fixing
|
|
|
| Report Abuse |
|
|
zars15
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 9999 |
|
|
| 06 Feb 2013 07:40 AM |
| I held enter for few mins. I have 632 line long code, n00b! |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
|
| 06 Feb 2013 08:02 AM |
Eventually you can crash Roblox if you paste too many characters at once too fast.
Same for Notepad. And probably any other text editor.
Also, for le lines: Execute this in command bar: Instance.new("Script",game.Workspace).Source = string.rep("\n",2^20)
|
|
|
| Report Abuse |
|
|
zars15
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 9999 |
|
|
| 06 Feb 2013 08:11 AM |
| why no string.rep("\n",math.huge)?? |
|
|
| Report Abuse |
|
|