Additional Visuals

Skeleton Visual

local VisualEffect = VisualLibrary:CreateVisual({
    Method = "Drawing",
    Properties = {
        Type = "Skeleton",
        Player = game.Players.LocalPlayer
        Color = Color3.fromRGB(0, 0, 0),
        Thickness = "Hello, World!",
    }
})

Skeleton Visual To Use This You Just Have To Change The Type To Skeleton

Type = "Skeleton"

Properties:

Type?
Properties

Player

Player

Color3

Color

number

Thickness

Deleting

To Delete The Skeleton Visual Simply Do

VisualEffect:Delete()

Last updated