Created by crxcket
Features:
- BEAT GAME IN 25 MINS
- BYPASS CALL ANIMATION
game.ReplicatedStorage.Events.Notification:Destroy()
game:GetService("RunService").Stepped:Connect(function()
game.ReplicatedStorage.Events.GenerateNumber:FireServer()
task.wait(.5)
game.ReplicatedStorage.Events.CheckNumber:FireServer(tostring(game.Players.LocalPlayer.GeneratedNumber.Value))
end)