KashTheKingYT

Fake Crash Prank

Mar 7th, 2023
982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. function prank()
  2.     task.delay(0.1, function()
  3.         local lastTick = tick()
  4.         while true do
  5.             if promise or tick() - lastTick > 5 then
  6.                 break
  7.             end
  8.         end
  9.     end)
  10.    
  11.    messagebox("An unexpected error occured and ROBLOX needs to quit. We're sorry!", "ROBLOX Crash", 0)
  12. end
  13.  
  14. prank()
Advertisement
Add Comment
Please, Sign In to add comment