-- Generated with Sigma Spy Github: https://github.com/depthso/Sigma-Spy -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local UpdateBrainrot = ReplicatedStorage.Remotes.UpdateBrainrot -- RemoteEvent while wait() do UpdateBrainrot:FireServer( 1 ) end