- _G.ON = true
- while _G.ON and wait(5.75) do
- wait(1)
- game:GetService("ReplicatedStorage").DontFeelSoGood:FireServer(game:GetService("Players").LocalPlayer)
- end
_G.ON = true while _G.ON and wait(5.75) do wait(1) game:GetService("ReplicatedStorage").DontFeelSoGood:FireServer(game:GetService("Players").LocalPlayer) end