local player = game.Players.LocalPlayer local sleep = chaplayerracter:WaitForChild("Sleep") sleep.Changed:Connect(function() if sleep.Value ~= 100 then sleep.Value = 100 end end)