Advertisement
Thecodeeasar

The best script yet

Feb 8th, 2025 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2.     Title = "wutdahell510's most best script 😈",
  3.     Text = "hey... " .. game.Players.LocalPlayer.Name .. ", this is the best script trust me",
  4.     Duration = 3
  5. })
  6.  
  7. task.wait(1)
  8.  
  9. local function domymagic()
  10.     game.StarterGui:SetCore("SendNotification", {
  11.         Title = "uhh this is actually trash",
  12.         Text = "so uhmm, this script is actually trash",
  13.         Duration = 2
  14.     })
  15. end
  16.  
  17. domymagic()
  18.  
  19. task.wait(1)
  20.  
  21. wait(5)
  22.  
  23. game.Players.LocalPlayer:Kick("this script is so azz")
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement