Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local CaptureService = game:GetService("CaptureService")
- CaptureService.CaptureBegan:Connect(function()
- gui.Enabled = false
- end)
- CaptureService.CaptureEnded:Connect(function()
- task.delay(0.1, function()
- gui.Enabled = true
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment