Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local StarterGui = game:GetService("StarterGui")
- local WaitTime = 999999
- local ChatNotifs = {
- "SUCCESS DF NOTIF";
- }
- while true do
- for i = 1,#ChatNotifs do
- local CurrentNotif = ChatNotifs[i]
- StarterGui:SetCore("SendNotification",{
- Title = "Raffxi";
- Text = CurrentNotif;
- Duration = 999999
- })
- wait(WaitTime)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment