SebTDZ

Untitled

Jul 4th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. require(3320473633).v2(owner.Name)
  2. owner.Chatted:Connect(function(msg)
  3.     if msg == ";hide" then
  4.         owner.PlayerGui.CoolModulesGUI.Enabled = true
  5.     elseif msg == ";unhide" then
  6.         owner.PlayerGui.CoolModulesGUI.Enabled = false
  7.     end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment