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"
--]]