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
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 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:
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?
TestyLike3
(TestyLike3)
August 1, 2024, 2:20pm
#11
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
TestyLike3
(TestyLike3)
August 1, 2024, 2:24pm
#13
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
TestyLike3
(TestyLike3)
August 1, 2024, 2:27pm
#15
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
system
(system)
Closed
August 15, 2024, 2:28pm
#17
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.