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!",
}
})Type = "Skeleton"Type?
Properties
Deleting
Last updated