This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--{ QuirkyCMD made by quirky anime boy (smokedoutlocedout on discord) }-- | |
-- ty Destiny for adding more exec support <3 | |
-- Discord server for working games: https://discord.gg/aG6KdRje3x | |
local cloneref = cloneref or function(a) return a end | |
local coreGui = cloneref(game:GetService("CoreGui")) | |
local players = cloneref(game:GetService("Players")) | |
local localPlayer = players.LocalPlayer | |
local function isElevatedStudioPlugin() | |
local s, r = pcall(function() |