Fps drop on horse jump

I’m trying to make horses, and it’s doing pretty well overall, but when i jump the fps drops.
i tried to disable the movement, but that wasn’t the cause.

External Media

This is literally all it is, I don’t understand why my fps is dropping
image_2024-08-01_160118375

is this caused by roblox itself or is it my fault?? and how can i fix it???

Can you take a look at the micro profiler to see which part of the game takes the longest time to do work during one of the frames you’re jumping in?

i dont really know how to use the micro profiler so i dont know if this is of any use

i tried using other methods of jumping but they all seem to have the same fps drop

Ok, notice how there’s a massive spike in the graph? Press pause when that appears, then go to Mode > Detailed, and then look for a very long bar during one of those slow frames. Detailed view will look something like this:


you mean this??

1 Like

Are you perhaps creating any instances while the horse is in the air? I’m assuming this because the frames don’t instantly slow down.

no, all i’m doing is setting the horse’s Humanoid.Jump to true

1 Like

That’s weird, is it ok if I can get a copy of the game to test myself?

uuuuhhh can i give you another place with the horses alone instead?

Yeah that’s totally fine, as long as it has everything that the horses need to function.

Horse.rbxl (1.5 MB)
the script is under the prompt in the horse’s saddle, the localscript in that script controls the horse

That’s odd, I’m not having the same issue on my end. Can you replicate this yourself in the file you sent?


yeah i can, does this only happen on my end??

1 Like

I did a quick search and maybe it’s the AnimSaves causing the lag (somehow?). Try deleting it and seeing if it stops lagging.

that was it, thank you for your help!!!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.