825126

PRISON LIFE GUI

Aug 24th, 2021 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do wait()
  2.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3.         Title = "You just lost The Game";
  4.         Text = "You just lost The Game";
  5.     })
  6. end
Add Comment
Please, Sign In to add comment