Advertisement
Sxnful

Untitled

Sep 20th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. while wait (0.5) do
  2. game:GetService("TeleportService"):Teleport(455366377, LocalPlayer)
  3. end
  4. local PromptGui = game:GetService("CoreGui"):FindFirstChild("RobloxPromptGui")
  5. if PromptGui then
  6. local Overlay = PromptGui:FindFirstChild("promptOverlay")
  7. if Overlay then
  8. if Overlay.Visible then
  9. Overlay.Visible = false
  10. end
  11.  
  12. local ErrorPrompt = Overlay:FindFirstChild("ErrorPrompt")
  13. if ErrorPrompt then
  14. ErrorPrompt.Visible = false
  15. end
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement