ROBLOX's Max Part Size

I am attempting to make a Storm system like fortnite, and need my forcefield to be around 5,000x5,000 studs to start off with. However, ROBLOX’s max part size is 2048x2048, are there any ways around it?

Meshparts make the coloring even worse, but there may be around that that I don’t know of.

The other issue is that it’s not entirely visible where the storm is, and the player needs to be able to find out quickly to run.


Thanks for any and all help!

5 Likes

You could use a plug-in called “Model Resize”.

I haven’t tried making it go past the max size, but since it bypasses Roblox’s limit on making a model small, I’m guessing it will be able to do so as well for making it bigger.

1 Like

I personally use the QCmdUtl plug-in that-in has a ‘scale’ feature that I believe bypasses Roblox’s limit on part size.

1 Like

Try split your mesh on 9 pieces? (so they will 1/8 of the wall) and work with it. Not that easy as resizing 1 part, but still can be used to solve problem.

1 Like

Use a SpecialMesh with a hollow cylinder for the mesh id and change the scale. More performant and there’s no size limit.

7 Likes

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