--[[ ============================================== Change Fake Diamonds And Day Here ================================================= ]] local FakeDiamonds = 50009 local FakeDay = 81286 --[[ ============================================== ]] -- [ Config | By @RIFF local Players = game:GetService("Players") local player = Players.LocalPlayer local char = player.Character or player.CharacterAdded:Wait() local hrp = char:WaitForChild("HumanoidRootPart") local winsGui repeat winsGui = hrp:FindFirstChild("WinsGui") task.wait() until winsGui local daysLabel = winsGui:WaitForChild("Days"):WaitForChild("TextLabel") daysLabel.Text = "🗓️ " .. FakeDay pcall(function() local dc = player.PlayerGui.Interface.DiamondCount.Count dc.Text = tostring(FakeDiamonds) end)