Advertisement
4zx16

Anti-Studio

Nov 24th, 2021 (edited)
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. --[[
  2.  || 📜 AUTHOR: @4zx16 || ANTI-STUDIO
  3. ]]
  4. local UI_Shortcuts = {
  5.     RunService = game:GetService("RunService");
  6.     User = game.Players.LocalPlayer;
  7.     UI = script.Parent;
  8.     UI_Name = "Insert Module Name";
  9. }
  10. if UI_Shortcuts.RunService:IsStudio() then
  11.     UI_Shortcuts.UI:Destroy()
  12.     UI_Shortcuts.User:Kick("(📄 ".. UI_Shortcuts.User.Name.. ")".. " [Anti-Studio] has detected you running "..UI_Shortcuts.UI_Name.. " with Roblox Studio".. " !")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement