Main Lua
Main Lua
menu/rayfield'))()
Rayfield:Notify({
Title = "Executed",
Content = "Please Wait Nigga",
Duration = 5,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
},
},
})