--[[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=6a14cd0c65da70ee73917df2"))() end) end) --[[rscripts:analytics:end]] -- might give a short lag of 1 - 3 seconds when loading in.. and also not all features work to 100% loadstring(game:HttpGet("https://raw.githubusercontent.com/unrexl/Scripts/refs/heads/main/AlchemyV2"))()