Advertisement
Herobrinekid2

Code client

Jan 4th, 2025
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | Source Code | 0 0
  1. local MenuGui = require(script["Code door gui client"])
  2.  
  3. game.ReplicatedStorage["Toggle code gui"].OnClientEvent:Connect(function()
  4.     if MenuGui.IsActive then return end
  5.     MenuGui.Enable()
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement