Code Snippets
local player = game:GetService("Players"):FindFirstChild("TargetPlayerName")
local target = player and player.Character and player.Character:FindFirstChild("HumanoidRootPart")
if target then
Greg_API.new("Circle", {
Gradient = true,
Transparency = 0.5,
Radius = 150,
GradientColors = {Color3.fromRGB(255, 100, 100), Color3.fromRGB(100, 100, 255)},
StrokeThickness = 2,
Positioning = "Center",
StickToTarget = true,
StickingTarget = target
})
else
warn("Target not found")
end
wow
play balls end);
// wow