Creating Visual Effects

Creating Visual Effects

local VisualEffect = VisualLibrary:CreateVisual({
    Method = "Drawing",
    Properties = {
        Type = "Text",
        Color = Color3.fromRGB(0, 0, 0),
        Position = Vector2.new(0,0,0),
        Text = "Hello, World!",
        Size = 24,
        Center = true,
    }
})

Required Items

Information
Required

Method

Type

Available Types

Square

Line

Text

Circle

Image

Quad

Triangle

Supported Methods

Supported Methods

Drawing

Note: More Methods Fill Be Added In Future Updates

Last updated