of     1   

oayd
#206454309Thursday, January 05, 2017 7:07 PM GMT

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()
Rx_cky
#206454402Thursday, January 05, 2017 7:09 PM GMT

Yes.
[rfa#hidefromsearch]
#206454419Thursday, January 05, 2017 7:10 PM GMT

[rfa#hidefromsearch]
oayd
#206454654Thursday, January 05, 2017 7:15 PM GMT

https://forum.roblox.com/Forum/ShowPost.aspx?PostID=86925690 This is also a fourm talking about this. ROBLOX has stated that they only use 1 core, and we can get that by their 32 bit system, which is not optimized at all. I hope behind scenes ROBLOX is working on 64-bit roblox that will allow us to use multiple cores. #code local Base = game.Workspace.Baseplate wait(0.5) Base.Transparency = 0.5 wait(0.3) Base.BrickColor = BrickColor.Random()

    of     1