9_cVv

protect gui

Jun 1st, 2021 (edited)
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. function protect(gui)
  2.     gui.Parent = game.Players.LocalPlayer:WaitForChild'PlayerGui'
  3.     pcall(function() syn.protect_gui(gui) end)
  4.     pcall(function() gui.Parent = game:GetService'CoreGui' end)
  5. end
  6.  
  7. return protect
Add Comment
Please, Sign In to add comment