#UNSOLVED - Tick speed is increasing exponentially

34 messages · Page 1 of 1 (latest)

gritty phoenix
#

Open the performance tab and check stuff like heartbeat and such

umbral zodiac
#

trying to find the performance tab rn

gritty phoenix
umbral zodiac
#

alright i got it open, it seems to be matching my fps

#

it says my workspace fps is 60 even when running at 144, but my heartbeat is matching my 144 frames

gritty phoenix
#

Anyways, check all the others ones as well

umbral zodiac
#

ah, no i dont have an unlocker

gritty phoenix
#

Just look for abnormalities

gritty phoenix
umbral zodiac
#

well there definitely is a difference when i choose between 60 and 144 when im running in studio

#

and it says 144 in the corner of studio

gritty phoenix
#

It is probably detecting a different application or the os. Not studio

umbral zodiac
#

weird, yeah i have no idea its my first time using studio

tender perchBOT
#

studio** You are now Level 1! **studio

umbral zodiac
#

this is in the corner

gritty phoenix
umbral zodiac
#

its always been there for me idk why

gritty phoenix
#

Might just not be paying attention to it.

#

Anyways, if times seem right, try adding in some tick() systems to benchmark your code

cold stump
gritty phoenix
#

they’re just

local t = tick()
the code you wish to benchmark
print(tick() - t)

gritty phoenix
umbral zodiac
#

ill try putting the tick() system on the code with the timer

#

and ill see

#

where do i see where it should print? sorry i dont have like any experience

#

oh the view output found it

umbral zodiac
#

no idea why its doing this though

#

UNSOLVED - Tick speed is increasing exponentially

gritty phoenix
umbral zodiac
#

i solved it