Visuals
You can modify your beam to fit any style you want;
VisualiserModule:UpdateVisualiserAppearance("AirResistance", {
Colour : Color3.fromRGB(0, 255, 0),
Width : 0.3,
Scale : 0.8
}
)
Below is an explanation on each setting.
Colour
Simply changes the colour your beam is
Width
Changes how wide your beam is
Scale
The divider of your direction value. This is useful if your forces are incredibly large and you want them to fit in a certain space.