FlatRight
(FlatRight)
February 22, 2022, 3:29am
#41
I might be late to this, but I just wanted to tell you that this is amazing, my score is the same as yours.
I have an M1 Chip with integrated graphics
I do not have an FPS unlocker
I also wanted to point out that there is a grammar mistake that says Comming Soon instead of Coming Soon
1 Like
Dan_foodz
(Dan_foodz)
March 12, 2022, 6:03pm
#42
Hello, I like the game, but I am using a FPS Unlocker, and we getting 180 FPS, you should change your fps counter from Physics FPS to real FPS, here is how:
I have a much more complicated method, but it’s pretty accurate last I checked.
local RunService = game:GetService("RunService")
local FpsLabel = script.Parent
local TimeFunction = RunService:IsRunning() and time or os.clock
local LastIteration, Start
local FrameUpdateTable = {}
local function HeartbeatUpdate()
LastIteration = TimeFunction()
for Index = #FrameUpdateTable, 1, -1 do
FrameUpdateTable[Index + 1] = FrameUpdateTable[Index] >= LastIteration - 1 and FrameUpdateTable[Index] or ni…
1 Like
icrann
(ICrann)
March 28, 2022, 4:53pm
#43
Funnily enough when I visited the link I realized I had already bookmarked to code just never implemented it. Thanks for reminding me
1 Like