How to make a glowing weapon?

Dear developers,

How do I make a weapon have a white core, but a colored hue? Think a lightsaber, you know how it has a white blade but glows with color around it? How would I go about doing that? I tried searching for it everywhere, couldn’t find 1 result.

Please feel free to share your thoughts.

2 Likes

You can insert a SurfaceLight into the sword and change the colour.

You can use a PointLight and change its color, this would be the result:
image

Also, for the next time these topics related to building should be posted on #help-and-feedback:building-support to get a better asistance.

figured there might have been some scripting involved rather than just game objects or something