-- Credit Notification game:GetService("StarterGui"):SetCore("SendNotification", { Title = "FE Script Loaded", Text = "Creator: Breach\nRoblox Username: Brohasdrip15", Duration = 5 }) -- Main Loop while true do game:GetService("ReplicatedStorage"):WaitForChild("SpawnGalaxyBlock"):FireServer() task.wait(0.01) end