Are you using grape juice to run roblox? Also what rendering api are you using?
Wow, thanks a ton! As somebody who is a maniac for optimization, this just fuels my crazy tendencies even further.
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!
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!
Hahahaha what on earth happened here
Here is how I disabled the CoreGui:
- 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
- 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.
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…)
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?
Broke into NASA HQ.
i love how this post is just reminding me to get a new pc lol
inf/s fps in Roblox actually means 0 in my experience
my fps isnt going beyond 700
my specs are: RTX 3080 Ti and intel Core I9 12900K