How Can I Replicate Swords of This Nature?

The Building Support sub-category is intended for all development support relating to architecture on the Roblox platform. This includes questions ranging in difficulty from extremely basic to even the most technical of issues.

You may present your thread how you choose, but you are required to answer the following questions in your thread;

  • What are you attempting to achieve? (Keep it simple and clear)
    -I’m trying to Replicate swords of this kind: https://gyazo.com/c469004f477ed88c9742a08bb31616a5

  • What is the issue? (Keep it simple and clear - Include screenshots/videos/GIFs if possible)
    -I don’t know how to go about it, I’ve heard that they are based off or pulled from a Bleach Mobile Game but The Creator said that they are customizable with colors for Handles and such; Roblox doesn’t let you color meshes like these in studio that I know of (Unless they just made different color variations for each color; idk.) ; I really like the look of these swords and plan to use this style in my own game.

Sword Mesh
Sword Mesh2

2 Likes

In order to alter the color of a mesh, you need to use a SpecialMesh instance. You can then edit the VertexColor property to change the color.