Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function _G.removedialog()
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- coroutine.resume(coroutine.create(function()
- if v.PlayerGui:FindFirstChild("Dialog")~= nil then
- v.PlayerGui:FindFirstChild("Dialog"):destroy()
- end
- end))
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement