Particles | Roblox VFX | by iisuperguest339


[ Roblox VFX ]

Important Words/Vocab

Game Objects

Class - Attachments


An attachment is an object that references position and orientation relative to its parent.
An important reminder is to NOT USE SCRIPTS OFTEN for these in cases of rotation using tweens, and rotation in general because it makes the thing you are making unoptimized, laggy, and in some cases not turn the way you want to. (usually in rotation) This tends to happen with tweens due to the rotation stuff.

Attachments can parented to these usually during VFX:

A weird thing that I don't like about attachments is that it can't be a child of certain items. These include:

The main items that are children of attachments are usually particle emitters and sometime scripts.

Behavior

Many items use attachments to work or will have special effects when parented to an attachment. Here are some items that use attachments.

Properties

Methods

Beams


A beam is a texture that can move from one point to another. These are used in advanced VFX but can suffer from major z-fighting issues. These can be used in a variety of uses, such as rings and whatnot. These are not to be mixed up with trails.