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
Available Types
Supported Methods
Supported Methods
Last updated