while true do task.wait() local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local LivesValue = LocalPlayer:WaitForChild("Lives") LivesValue.Value = math.huge end --By Semyon