RunService.Heartbeat:Connect(function(dt)
if fasttt and humanoid.MoveDirection.Magnitude > 0 then
if energy.Value > 0 then
energy.Value = math.max(0, energy.Value - dt * 5)
else
fasttt = false
humanoid.WalkSpeed = slow
end
end
end)
my energy just doesnt goes sown and i just cant walk faster