Creating the most optimized Roblox game- runs at 6000+ FPS!

Are you using grape juice to run roblox? Also what rendering api are you using?

1 Like

CPU: i5-3470
GPU: GTX 1650 (GDDR6)
RAM: 16 GB

Void Linux (kernel ver. 5.15.36)

1 Like

Wow, thanks a ton! As somebody who is a maniac for optimization, this just fuels my crazy tendencies even further.

3 Likes

Wow my fps is staying at 62 and won’t drop… FINALLY MY FPS IS OVER 60

I think it might be bc I’m on a macbook air lol

Because mac doesn’t have an FPS unlocker. Roblox caps it at 60 which can get to 62 sometimes.

Oh, i see. Also I’ve finally found the game, thanks!

1 Like

I’m only getting about 550-600 fps max.

Quick question about this:

In your client helper script, you put services in a table here:

--// Services
local serv = {
	Players = game:GetService("Players");
	StarterGui = game:GetService("StarterGui");
}

Is this for caching purposes or is there some performance gimmick im not seeing here?

It’s just my code style, I create a table of services I need and use that and expand as needed

Can you make it uncopylocked cuz I want to experiment with the removed CoreGuis, what you did is impossible and I’m impressed with it, thanks!

INF FPS?

Hahahaha what on earth happened here

Here is how I disabled the CoreGui:

  1. Create a LocalScript
    local StarterGui = game:GetService("StarterGui")
    local Players = game:GetService("Players")
    
    Players.LocalPlayer:WaitForChild("PlayerScripts"):Destroy()
    
    local success
    repeat
    	success = pcall(StarterGui.SetCoreGuiEnabled, StarterGui, Enum.CoreGuiType.All, false)
    	task.wait()
    until success
    
  2. Create a Script
    game:GetService("Players").PlayerAdded:Connect(function(player)
    	local PlayerGui = player:WaitForChild("PlayerGui")
    	for _, GUI in ipairs(game:GetService("StarterGui"):GetChildren()) do
    		GUI:Clone().Parent = PlayerGui
    	end
    end)
    

You don’t need to do anything else, just create these two simple scripts. I don’t know why you need create that server script as it looks completely harmless, but it won’t work without that script.

1 Like

Not sure how it works but I only get 180 fps on i9-12900HK, RTX 3080 TI

Thank you so much for that! Have a great day! (Sorry for being suspicious heh…)

1 Like

RobloxPlayerBeta_Btqz5N71CR
I don’t think disabling CoreGui is the only thing you’ve done, how the hell did you manage to uncap the fps without a external tool?

1 Like

Broke into NASA HQ.
NASA FPS

1 Like

i love how this post is just reminding me to get a new pc lol

1 Like

inf/s fps in Roblox actually means 0 in my experience

1 Like

my fps isnt going beyond 700
my specs are: RTX 3080 Ti and intel Core I9 12900K