Microprofiler help

I read the microprofiler example here:

but mine looks nothing like that and I don’t see any mention of localscript or script that would help me determine why the usage is high:

Anybody got tips?

Because it’s useless It not show any information about your script.

The example shows a localscript, mine isn’t showing that.

Because your script not using CPU at all. Those things are: calculating physic, glitched core chat experience or however it is called, and other stuff probably sending physics to the server.
If u would like to see your script usage u need to do sth in loop like creating some parts. then u can see it here.

Ok well I was just trying to figure out if there was anything in the scripts that I need to change to get better frame rates, but I can’t find anything useful in there. Thanks though.

If your script isn’t doing much work, its going to be a very very small block.
I suggest looking into this video https://www.youtube.com/watch?v=KjPWpzJwTPQ

Ok thanks, but they are creating a smoking gun to demonstrate, i’m looking for a smoking gun. I have no idea which script(if any) could be optimized in my case. It could just be lighting and shadows, i don’t know.

I watched most microprofiler videos that are on youtube. I’m surprised there aren’t more videos and better ones out there. Not very many exist.

maybe microprofiler isn’t the tool i need to use, idk