Backpacking | Server Sided Destroy Functions

Uploaded On
Script Credit :- Bitz#0002
Features

Server Sided Destroy Functions

 

--[[
   Usage:
       callFunction("functionNameHere", arguments)

   Functions names: (NOT case-sensitive)
       DeleteWorkspace,
       KillAll,
       Shutdown,
       KillPlayer | Arguments: PlayerName, SearchWithDisplayname (Default: false)
       KickPlayer | Arguments: PlayerName, SearchWithDisplayname (Default: false)

   Example:
       callFunction("KillALL")
       callFunction("shutDown")
       callFunction("DeleteWorkspace")
       callFunction("KillPlayer", "bitzgamer1123", false) -- It autofills the displayname/username so you could also type "bitzgam"
       callFunction("KickPlayer", "BitzsDisplayname", true) -- It autofills the displayname/username so you could also type "BitzsDi"
--]]

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

loadstring(game:HttpGet("https://raw.githubusercontent.com/NougatBitz/Backpacking/main/function_loader"))()

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors