Can someone reduce lag for me? 1k robux

So I’ve made this game a while back and it’s quite laggy for example if u reset it takes like 10 seconds to come back to your checkpoint and admin commands are running extra slow so like they don’t work for 10 seconds. I was wondering what are the best ways to reduce lag and could anyone come and help me fix this if u fix it I’ll pay you 1000 robux.

If you want to hire some post it in the #collaboration:recruitment category, and don’t misuse the devforum.

1 Like

Ok then sorry about that thanks tho

I really suggest searching more on the forum to see methods on actually reducing lag yourself. There are a lot of sources and community tutorials you can use. Don’t waste your robux, try to learn yourself.

this does seem like a virus and i would like a professional to take a look

Your game could lag for various reasons as it all depends on your scripting and building techniques. However, a few common things to consider are:

  • Unions: Unions are highly unoptimized by the Roblox rendering engine thus if you’re using a lot of them, this can cause significant rendering delay as as Roblox send their vertex buffers are sent for every single union in the game whereas things such as MeshParts or BaseParts send the vertex buffer for that mesh once and then just update the vertex shader with the new CFrames, sizes, color, transparency, and material which is way faster to render due to performance.

  • Poor Programming: Yes, this bullet point sounds a little vague because well… it is. There’s a lot you could potentially implement incorrectly due to lack of programming experience. My best recommendation is to research into more efficient ways to do certain tasks, such as tasks that may yeild due to a function call, etc.

    A lot of games that suffer from lag also do things such as recursive functions to find objects within the game, etc which is all performance intensive and thus you should probably find a better way to do that.

  • Free Models: Free models are useful and they’re there to help you with development but a lot of these may contain malicious code that could be hurting your game in many ways including performance. You want to make sure that your game is not running any code it shouldn’t be doing.

I could go on for hours listing potential reasons for your game to be lagging but hope this will give you some direction in solving your issue :slightly_smiling_face:


I don’t want to sound discouraging but you’re not going to find a professional for your advertised payment of 300 Robux. 300 Robux is approximately 1 USD.

1 Like

is there a chance you could take a look and help me out a bit i could pay 1K if ya want

Hi, sadly I’m not going to accept your payment of 1,000 Robux ($3.5 USD). As already suggested to you by other people in this thread, post your request here: #collaboration:recruitment

Edit: Never mind, I saw the post got moved to the right category.

I’d be willing to take a look, you only pay me if it’s entirely fixed. I’d do the job for 800 robux. You can contact me on the devforum.

Hello there, I will happily help. I understand that some reasons people may not want to do things themselves is because they are busy, or find it boring. And I understand that! So no worries, I can help reduce the lag. Please message me on Discord gwghering#6869.

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