local ac = game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChildOfClass("Actor") if not (ac) then return error("[hitbox_extender error]: unable to find actor.") end if run_on_actor or run_on_thread then (run_on_actor or run_on_thread)(ac, [[ _G.Hitbox_Extender_Settings = { Enabled = true, Size = 5, --Size of the hitbox Transparency = 0.5, --Transparency of the hitbox TeamCheck = true, --ignore team hitboxes TargetHitbox = "Head", --All, Head, Torso } loadstring(game:HttpGet("https://api.mopshub.xyz/scripts/frontlines/hitboxextender"))() print("Hitbox Extender loaded.") ]]) else error("executor not supported. (try awp.gg executor)") end