main.lua
main.lua
DisableRayfieldPrompts = false,
DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script
has a version mismatch with the interface
ConfigurationSaving = {
Enabled = true,
FolderName = fisch hacks, -- Create a custom folder for your hub/game
FileName = "fischhackshub"
},
Discord = {
Enabled = true, -- Prompt the user to join your Discord server if their
executor supports it
Invite =
"https://discord.com/channels/1254502244926361620/1295759678298656841", -- The
Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
RememberJoins = true -- Set this to false to make them join the discord every
time they load it up
},
Rayfield:Notify({
Title = "you executed the script!",
Content = "very good gui",
Duration = 5,
Image = nil,
})
local Button = MainTab:CreateButton({
Name = "Auto fish",
Callback = function()
-- The function that takes place when the button is pressed
end,
})