All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Send notification script (works on any executor)

The Send notification script (works on any executor) code is below. Copy & inject it into the game. Enjoy!

game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "Script loaded enjoy!",
Text = "creds to Put your name here", 

Button1 = "Yes",
Button2 = "Cancel",
Duration = 30 
})