[Solved] How do I Show FrameRate?

I need frame rate value for my project. I tried using Time but i think it was quite barbaric (not efficient). Is there any built in function that represent frame rate in gdevelop?
Here’s my way using Time

Summary

What exactly are you trying to do, if you want to slow down/up the speed of the game you could try this


This way you set the speed of the layer “” to a half 0.5
0 Stop
0.5 Half speed
1 Regular speed of the layer
+1 speed up

For display the fps in a text object, just use ToString(round(1/TimeDelta()))

2 Likes