Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MenuGui = require(script["Code door gui client"])
- game.ReplicatedStorage["Toggle code gui"].OnClientEvent:Connect(function()
- if MenuGui.IsActive then return end
- MenuGui.Enable()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement