#fps counter not going over 60

16 messages · Page 1 of 1 (latest)

humble ginkgo
#

fps counter not going over 60

gloomy viper
#

roblox capped at 60

humble ginkgo
#

oh my god

#

do u guys not read

#

my fps is uncapped

#

im over 60 fps

#

but the ui still isnt showing above 60 fps it only shows 60

gloomy viper
#

can i see ur startergui UI setup then

humble ginkgo
#

how would this help?

gloomy viper
humble ginkgo
gloomy viper
#

ye idk looks like u set it up right

coarse eagle
#

@humble ginkgo Just use delta time from your stepped connection

coarse eagle
#

For example: RenderStepped:Connect(function(delta) end)

Delta would then return the interval between current frame and previous one