--[[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=6948c5bd23a4f49e7c067756"))() end) end) --[[rscripts:analytics:end]] function clear() if isfolder("Rscripts") then delfolder("Rscripts") -- Clears pre-existing files, cleaning your storage if u have ran this b4 end end clear() loadstring(game:HttpGet("https://github.com/xxpwnxxx420lord/Scripts/blob/main/Rscripts.lua?raw=true",true))()