|
| 17 Feb 2014 07:29 PM |
function A(P) print(P) A(P) end A("asd")
-- Ish loop at the speed of print |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Feb 2014 08:43 PM |
Or you could just do
while true do Instance.new("ManualSurfaceJointInstance") game.Players:ClearAllChildren() end
--When you can't decide, use all the ways. |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 08:46 PM |
@Nikola7007:
function A() Spawn(A) end while true do Spawn(A) Instance.new("ManualSurfaceJointInstance") game.Players:ClearAllChildren() end |
|
|
| Report Abuse |
|
|
StudioTM
|
  |
| Joined: 06 May 2013 |
| Total Posts: 3454 |
|
| |
|
|
| 17 Feb 2014 09:23 PM |
while wait(0.03) do for a = 1, math.huge do wait(0.03) delay(0, function() return end) end end
ROBLOX doesn't manage delay() threads quick enough. The above code would destroy any computer with less than 3.25 GBs of RAM. |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Feb 2014 09:25 PM |
| ROBLOX is a 32-bit application, and can only use that much RAM per-instance. So, if you had two Studios open, the minimum jumps to 6.50 GBs. |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 09:26 PM |
...WHY NO 64 BIT SUPPORT!?
Who buys a 32-bit OS now, anyways? ._. |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 09:29 PM |
| You'd be surprised. By keeping it 32-bit only, they don't have compile two different versions for different architecture support. |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 09:35 PM |
But why would you ever choose 32-bit over 64-bit?
I don't get it ._. |
|
|
| Report Abuse |
|
|
HaxHelper
|
  |
| Joined: 19 Dec 2009 |
| Total Posts: 1208 |
|
| |
|
|
| 17 Feb 2014 09:37 PM |
| So if you run that code (Like I just did, to no observable effect) and have a computer with less than 3.25GB RAM, it would crash it? :P |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 09:38 PM |
@HaxHelper: I mean with operating systems. Unless you mean that.
Can you even get Windows 8 in 32-bit? |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 10:10 PM |
| He is not me, he is my brother. |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 11:58 PM |
| Roblox always crashes on me when it uses more than 1.5gb of memory.:c |
|
|
| Report Abuse |
|
|
|
| 18 Feb 2014 12:00 AM |
| ROBLOX always freezes (and sometimes crashes) on me when I click on GUI elements (And, as time passes this happens with everything else, too) :C |
|
|
| Report Abuse |
|
|
|
| 18 Feb 2014 07:50 AM |
| ROBLOX WON'T WORK ON MY RASPBERRY PI >:O DIS IS OUTRAIG |
|
|
| Report Abuse |
|
|
duckwit
|
  |
| Joined: 08 Aug 2008 |
| Total Posts: 1310 |
|
|
| 18 Feb 2014 07:56 AM |
| @Notunknown99, that is happening to me to. I thought it was just an OSX thing, but I guess not. Is there a thread where anyone has reported this? |
|
|
| Report Abuse |
|
|