Allow multi-core support. I'd like to use my 6 cores on roblox instead of one. Also, i'd like to see the 60 FPS limit unlocked. I'd like to have 200 - 300 FPS. This is crucial for games, as 90% of the ROBLOX community could use more than just one core, allowing that said 90% of the community to get up to 60 FPS all the time. This is a crucial element that we need to have in ROBLOX, as the community would also be very happy about this.
fps = frames per second
frames per second means how many images on your monitor you will get per second
#code local Base = game.Workspace.Baseplate wait(0.5) Base.Transparency = 0.5 wait(0.3) Base.BrickColor = BrickColor.Random() |