Advertisement
rrixh

alert(say_lulaslollipop)

May 27th, 2024
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. local function alert(say_lulaslollipop)
  2.     local Lollypops=game;
  3.     local lollipop=wait;
  4.     local notifikation = Instance.new("Message");
  5. notifikation.Text = say_lulaslollipop;
  6. local lollypops = Lollypops.Workspace;
  7. notifikation.Parent=lollypops;
  8.     lollipop(3)
  9.     notifikation:Destroy();
  10. end
  11. rrixh=alert;msg=alert;
  12. notify=alert;send=alert;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement