--[[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=695f9d5631540362ba4b0efc"))() end) end) --[[rscripts:analytics:end]] --instructions to use in scripts if needed --1. Require the loadstring (script below) -- 2. Go into lucide icons and search for an icon u like -- 3. Do crtl f to see if I have it -- 4. You can copy the id or use the iconpack like a module local iconpack = loadstring(game:HttpGet("https://github.com/xxpwnxxx420lord/Scripts/blob/main/iconpack.lua?raw=true"))()