

The most effective way of allocating more RAM to an application or game is through its own settings. Let’s review how you can allocate more RAM for Roblox. Roblox games’ RAM consumption hovers around 300 to 600 MB. Roblox allows you to add friends to your game and chat with them while playing.Īll the Roblox games are built on the same engine, but a game with more data to load will require more RAM. You can download the Roblox app on your computer, console, phone, and tablet to program games or play games created by others. It has a vast collection of games created by its player community. If Corporation developed Roblox as an online game platform and game creation system. Origin = Origin * CFrame.new(movedirection *1000,0,0) If math.fmod(timesthrough,15) = 0 and timesthrough ~= 0 then P.BrickColor = BrickColor.new("Cool yellow")

Local p = Instance.new("Part",workspace.OceanFloors) Workspace.RegionParts:SetPrimaryPartCFrame(Origin) The error will also occur if you try to run any other code through the command bar after the initial error is returned. However, soon following the error messages studio will drop in frame rate dramatically and then proceed to promptly crash.ĮDIT: The reason this script is wrapped in a pcall function was an attempt to thwart the, at the time, unknown error, this still caused the bad allocation error to occur but without specificity to where the error was being returned from, the error is normally reported at the first line of the while loop. It seems to be client change based as other people in the team create were seemingly unaffected and were only able to see bits and pieces of the changes I made.

For instance, I’m generating terrain with the following script, which works fine up until I generate a certain amount (unknown), similar to how Lito was trying to add a large map to the workspace. I’d like to mention as well, that it does not appear to be the script itself, this error generally occurs when the client makes a change to studio over a certain load.
